aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/unicode/plus.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/unicode/plus.yue')
-rw-r--r--spec/inputs/unicode/plus.yue8
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/inputs/unicode/plus.yue b/spec/inputs/unicode/plus.yue
index b08974f..70b57bb 100644
--- a/spec/inputs/unicode/plus.yue
+++ b/spec/inputs/unicode/plus.yue
@@ -8,13 +8,13 @@
8 8
9打印 @循环, @@函数 123 9打印 @循环, @@函数 123
10 10
11if 颜色 = 消息\匹配 "<%w*>" then 消息 = 消息\替换 "<%->", 颜色 11if 颜色 := 消息\匹配 "<%w*>" then 消息 = 消息\替换 "<%->", 颜色
12 12
13消息 = 消息\替换 "<%->", 颜色 if 颜色 = 消息\匹配 "<%w*>" 13消息 = 消息\替换 "<%->", 颜色 if 颜色 := 消息\匹配 "<%w*>"
14 14
15数值A = 方法! if 方法 = 获取方法! 15数值A = 方法! if 方法 := 获取方法!
16 16
17local 数值A = 方法! if 方法 = 获取方法! 17local 数值A = 方法! if 方法 := 获取方法!
18 18
19数值B = do 19数值B = do
20 方法 = 获取方法! 20 方法 = 获取方法!