summaryrefslogtreecommitdiff
path: root/test/asset/shell/expansion.et
blob: 050efba7c4890e2375801c9512d1c91bc89aa014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
test Test:
    node n

    let str = "some   string"
    let int = 2
    let num = 4.5
    let list = [ "a   b", "c  d", "e", "f" ]
    let ilist = [ 1 .. 5 ]

    shell on n as sh:
        echo A  $str  B  $int  $num  C
        echo D  $list  E
        echo F  $ilist  G