aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/test/script/parser/testscript
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/test/script/parser/testscript')
-rw-r--r--unit-tests/test/script/parser/testscript40
1 files changed, 0 insertions, 40 deletions
diff --git a/unit-tests/test/script/parser/testscript b/unit-tests/test/script/parser/testscript
deleted file mode 100644
index 2a9c2b9..0000000
--- a/unit-tests/test/script/parser/testscript
+++ /dev/null
@@ -1,40 +0,0 @@
-foo != 0
-a=aaa
-foo bar <"bbb $a ccc" >ddd 2>>EOE == 2
-eee
-EOE
-foo
-bar
-cmd $build.version.string
-foo = baz
-$foo
-fox = $foo-$build.version.string
-$fox
-$test
-$~
-$*
-$0
-test = xxx
-$0
-$*
-test.options += --foo
-$1
-$*
-test.arguments += bar
-$2
-$*
-($3 == [null])
-
-x = [uint64] 001
-foo $x
-cmd abc$(x)23
-cmd >>EOO << EOI
-foo
-$x
-bar
-EOO
-$x$x$x
-EOI
-
-y = >>
-cmd "2"$y