From 5661b404b0104c3065a40ad622bdd3c11d748a99 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 20 Apr 2017 17:31:26 +0300 Subject: Implement string_parser --- tests/tab-parser/testscript | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/tab-parser') 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 + $* <'123' 2>'cin:3:5: error: unterminated quoted string' == 1 + + 123 + ab"c + xyz + EOI } -- cgit v1.1