summaryrefslogtreecommitdiff
path: root/test/asset/parser/tags.et
blob: 3e06e448ea5223edeb7521a80cce0a3ef609be1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
tag SomeTag

tag OtherTag

test First:
    tag: SomeTag
    tag: OtherTag
    let x = 1
    local:
        let y = 1

test Second:
    tag: SomeTag

    local:
        let x = 1

test Third:
    local:
        let x = 1