3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-20 07:36:39 +00:00

More quoted log tests

This commit is contained in:
Krystine Sherwin 2024-08-17 11:33:29 +12:00
parent b78725f772
commit c87b4782a8
No known key found for this signature in database

View file

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