3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-11 03:33:36 +00:00

tests: Quote stripping edge case

This commit is contained in:
Krystine Sherwin 2024-08-17 12:34:42 +12:00
parent 398588ebb7
commit 7d3c69edd5
No known key found for this signature in database

View file

@ -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