diff options
Diffstat (limited to 'spec/inputs')
| -rw-r--r-- | spec/inputs/export.yue | 7 |
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 | |||
| 81 | local * | ||
| 82 | v1 = 1 | ||
| 83 | export v2 = 2 | ||
| 84 | export v3 = class v4 | ||
| 85 | v5 = 5 | ||
| 86 | |||
