From b408d19f614b47670cd0a0def501266f0d7689b5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 18 Oct 2022 15:13:29 +0300 Subject: Fix unexpected 'unterminated double-quoted sequence' script error --- tests/test/script/runner/for.testscript | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'tests/test') diff --git a/tests/test/script/runner/for.testscript b/tests/test/script/runner/for.testscript index 85ea765..658ff49 100644 --- a/tests/test/script/runner/for.testscript +++ b/tests/test/script/runner/for.testscript @@ -268,6 +268,29 @@ 'b' EOO + : quoted-opt + : + $c <>EOO + o = -n + for "$o" x <| + end; + for "($o)" x <| + end + EOI + 'a' + 'b' + 'c' + 'd' + EOO + : newline-split : $c <>EOO -- cgit v1.1