aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/test/script/parser/here-string.testscript
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/test/script/parser/here-string.testscript')
-rw-r--r--unit-tests/test/script/parser/here-string.testscript19
1 files changed, 0 insertions, 19 deletions
diff --git a/unit-tests/test/script/parser/here-string.testscript b/unit-tests/test/script/parser/here-string.testscript
deleted file mode 100644
index 012162c..0000000
--- a/unit-tests/test/script/parser/here-string.testscript
+++ /dev/null
@@ -1,19 +0,0 @@
-# file : unit-tests/test/script/parser/here-string.testscript
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
-# license : MIT; see accompanying LICENSE file
-
-: empty
-:
-$* <<EOI >>EOO
-cmd <""
-EOI
-cmd <''
-EOO
-
-: empty-nn
-:
-$* <<EOI >>EOO
-cmd <:""
-EOI
-cmd <:''
-EOO