We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398588e commit 7d3c69eCopy full SHA for 7d3c69e
tests/scripts/test_logging.sh
@@ -33,6 +33,7 @@ test_log "\"log a\"; log b" "log a"
33
test_log "\"log a\"; log b" "b"
34
test_log "\"" "\""
35
test_log "\\\"" "\\\\\"" #\" == \"
36
+test_log "\"abc\" \"def\"" "\"abc\" \"def\"" # don't abbreviate to abc" "def
37
38
errors=( quotes-*.err )
39
if [ -f $errors ] ; then
0 commit comments