From 5007870b52aa549971824959a55ad3bb886f09e0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 3 Sep 2018 16:37:32 +0200 Subject: Rename .test/test{} to .testscript/testscript{} --- unit-tests/test/script/parser/here-string.testscript | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 unit-tests/test/script/parser/here-string.testscript (limited to 'unit-tests/test/script/parser/here-string.testscript') diff --git a/unit-tests/test/script/parser/here-string.testscript b/unit-tests/test/script/parser/here-string.testscript new file mode 100644 index 0000000..a9e42c0 --- /dev/null +++ b/unit-tests/test/script/parser/here-string.testscript @@ -0,0 +1,19 @@ +# file : unit-tests/test/script/parser/here-string.testscript +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +: empty +: +$* <>EOO +cmd <"" +EOI +cmd <'' +EOO + +: empty-nn +: +$* <>EOO +cmd <:"" +EOI +cmd <:'' +EOO -- cgit v1.1