diff options
Diffstat (limited to 'spec/inputs/teal-lang.yue')
-rw-r--r-- | spec/inputs/teal-lang.yue | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/spec/inputs/teal-lang.yue b/spec/inputs/teal-lang.yue index 68b2dd1..b28c915 100644 --- a/spec/inputs/teal-lang.yue +++ b/spec/inputs/teal-lang.yue | |||
@@ -1,7 +1,4 @@ | |||
1 | $ -> | 1 | import "macro-teal" as $ |
2 | package.path = "?.lua;./spec/inputs/?.lua" | ||
3 | |||
4 | import "macro-teal" as {$} | ||
5 | 2 | ||
6 | $local "a:{string:number}", {value:123} | 3 | $local "a:{string:number}", {value:123} |
7 | $local "b:number", a.value | 4 | $local "b:number", a.value |