From 7d3c69edd55c2fef9027c9b8ae78f92a202ca9d1 Mon Sep 17 00:00:00 2001 From: Krystine Sherwin <93062060+KrystalDelusion@users.noreply.github.com> Date: Sat, 17 Aug 2024 12:34:42 +1200 Subject: [PATCH] tests: Quote stripping edge case --- tests/scripts/test_logging.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/test_logging.sh b/tests/scripts/test_logging.sh index d2f635f7656..66d5a4b7b50 100755 --- a/tests/scripts/test_logging.sh +++ b/tests/scripts/test_logging.sh @@ -33,6 +33,7 @@ test_log "\"log a\"; log b" "log a" test_log "\"log a\"; log b" "b" test_log "\"" "\"" test_log "\\\"" "\\\\\"" #\" == \" +test_log "\"abc\" \"def\"" "\"abc\" \"def\"" # don't abbreviate to abc" "def errors=( quotes-*.err ) if [ -f $errors ] ; then