Skip to content

Commit 427dd31

Browse files
More quoted log tests
1 parent 51c855e commit 427dd31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/scripts/test_logging.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ test_log "\"test\"" "test"
2626
test_log "\"test;\"" "test;"
2727
test_log "\"test;;\"" "test;;"
2828
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"
2934

3035
if [ -f quotes-*.err ] ; then
3136
exit 1

0 commit comments

Comments
 (0)