diff options
Diffstat (limited to 'tests/tab-parser')
-rw-r--r-- | tests/tab-parser/testscript | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/tab-parser/testscript b/tests/tab-parser/testscript index 1b0a816..de3b167 100644 --- a/tests/tab-parser/testscript +++ b/tests/tab-parser/testscript @@ -45,5 +45,10 @@ { : unterm-quoting : - $* <'ab"c' 2>'cin:1:5: error: unterminated quoted string' == 1 + $* <<EOI >'123' 2>'cin:3:5: error: unterminated quoted string' == 1 + + 123 + ab"c + xyz + EOI } |