Skip to content

Commit 7d3c69e

Browse files
tests: Quote stripping edge case
1 parent 398588e commit 7d3c69e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/scripts/test_logging.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ test_log "\"log a\"; log b" "log a"
3333
test_log "\"log a\"; log b" "b"
3434
test_log "\"" "\""
3535
test_log "\\\"" "\\\\\"" #\" == \"
36+
test_log "\"abc\" \"def\"" "\"abc\" \"def\"" # don't abbreviate to abc" "def
3637

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

0 commit comments

Comments
 (0)