diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-20 17:31:26 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-04-20 21:08:32 +0300 |
commit | 5661b404b0104c3065a40ad622bdd3c11d748a99 (patch) | |
tree | b1e1d7aefa9fda7214fa0fcce92cf1b85f87fc76 /tests/tab-parser | |
parent | 972f89d5a1d0c094241eb6ce1b8f499e3fcf151b (diff) |
Implement string_parser
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 } |