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.test | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 unit-tests/test/script/parser/here-string.test (limited to 'unit-tests/test/script/parser/here-string.test') diff --git a/unit-tests/test/script/parser/here-string.test b/unit-tests/test/script/parser/here-string.test deleted file mode 100644 index f5e3c94..0000000 --- a/unit-tests/test/script/parser/here-string.test +++ /dev/null @@ -1,19 +0,0 @@ -# file : unit-tests/test/script/parser/here-string.test -# 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