aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/test/script/parser/testscript
blob: 2a9c2b9ac6f05e06b86c8a8acf67e599210fea25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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