summaryrefslogtreecommitdiff
path: root/test/asset/shell/logic.et
blob: d1d4b328de71e3977fdd1a1dcb676d65b1fccce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
test NegateFalse:
    node n
    shell on n as sh:
        ! false

test NegateTrue:
    node n
    shell on n as sh:
        ! true

test NegateNothing:
    node n
    shell on n as sh:
        !