summaryrefslogtreecommitdiff
path: root/test/asset/run/tags.et
blob: b1433fa258f0843526bf53ac7df45870b77ca4e7 (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
export tag A
export tag B
export tag C

test T1:
    guard True

test T2:
    guard True

test A1:
    tag: A
    guard True

test A2:
    tag: A
    guard True

test B1:
    tag: B
    guard True

test B2:
    tag: B
    guard True

test C1:
    tag: C
    guard True

test C2:
    tag: C
    guard True

test BC:
    tag: B
    tag: C
    guard True