mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 17:15:33 +00:00
More quoted log tests
This commit is contained in:
parent
b78725f772
commit
c87b4782a8
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue