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:
parent
398588ebb7
commit
7d3c69edd5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue