aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/unicode/stub.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/unicode/stub.yue')
-rw-r--r--spec/inputs/unicode/stub.yue18
1 files changed, 18 insertions, 0 deletions
diff --git a/spec/inputs/unicode/stub.yue b/spec/inputs/unicode/stub.yue
new file mode 100644
index 0000000..05a9191
--- /dev/null
+++ b/spec/inputs/unicode/stub.yue
@@ -0,0 +1,18 @@
1
2
3变量x = {
4 值: 100
5 你好: =>
6 打印 @val
7}
8
9函数 = 变量x\值
10打印 函数!
11打印 变量x\值!
12
13
14-- ... should be bubbled up anon functions
15((...)-> 变量x = 你好(...)\世界)!
16
17nil
18