aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/inputs/export.yue7
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/inputs/export.yue b/spec/inputs/export.yue
index 085510e..9113508 100644
--- a/spec/inputs/export.yue
+++ b/spec/inputs/export.yue
@@ -77,3 +77,10 @@ _ = "#{with a
77_ = "#{a?.b}" 77_ = "#{a?.b}"
78_ = "#{a\b}" 78_ = "#{a\b}"
79_ = "#{class A}" 79_ = "#{class A}"
80
81local *
82v1 = 1
83export v2 = 2
84export v3 = class v4
85v5 = 5
86