Skip to content

Commit

Permalink
tests: Quote stripping edge case
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Aug 17, 2024
1 parent 398588e commit 7d3c69e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/scripts/test_logging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ test_log "\"log a\"; log b" "log a"
test_log "\"log a\"; log b" "b"
test_log "\"" "\""
test_log "\\\"" "\\\\\"" #\" == \"
test_log "\"abc\" \"def\"" "\"abc\" \"def\"" # don't abbreviate to abc" "def

errors=( quotes-*.err )
if [ -f $errors ] ; then
Expand Down

0 comments on commit 7d3c69e

Please sign in to comment.