Skip to content

Commit

Permalink
More quoted log tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Jun 7, 2024
1 parent 51c855e commit 427dd31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/scripts/test_logging.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ test_log "\"test\"" "test"
test_log "\"test;\"" "test;"
test_log "\"test;;\"" "test;;"
test_log "\"test\" abc" "\"test\" abc"
test_log "\"#comments\" #123" "#comments"
test_log "\"!bang\"" "!bang"
test_log "\"spaces are cool too\"" "spaces are cool too"
test_log "\"log a\"; log b" "log a"
test_log "\"log a\"; log b" "b"

if [ -f quotes-*.err ] ; then
exit 1
Expand Down

0 comments on commit 427dd31

Please sign in to comment.