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 51c855e commit 427dd31Copy full SHA for 427dd31
tests/scripts/test_logging.sh
@@ -26,6 +26,11 @@ test_log "\"test\"" "test"
26
test_log "\"test;\"" "test;"
27
test_log "\"test;;\"" "test;;"
28
test_log "\"test\" abc" "\"test\" abc"
29
+test_log "\"#comments\" #123" "#comments"
30
+test_log "\"!bang\"" "!bang"
31
+test_log "\"spaces are cool too\"" "spaces are cool too"
32
+test_log "\"log a\"; log b" "log a"
33
+test_log "\"log a\"; log b" "b"
34
35
if [ -f quotes-*.err ] ; then
36
exit 1
0 commit comments