diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/asset/parser/tags.et | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/asset/parser/tags.et b/test/asset/parser/tags.et index 178295f..3e06e44 100644 --- a/test/asset/parser/tags.et +++ b/test/asset/parser/tags.et @@ -8,3 +8,13 @@ test First: let x = 1 local: let y = 1 + +test Second: + tag: SomeTag + + local: + let x = 1 + +test Third: + local: + let x = 1 |