aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/unicode/pipe.yue
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs/unicode/pipe.yue')
-rw-r--r--spec/inputs/unicode/pipe.yue2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/unicode/pipe.yue b/spec/inputs/unicode/pipe.yue
index 2cd41ee..085a2cf 100644
--- a/spec/inputs/unicode/pipe.yue
+++ b/spec/inputs/unicode/pipe.yue
@@ -11,7 +11,7 @@
11 11
12变量b = 1 + 2 + (4 |> tostring |> 打印(1) or 123) 12变量b = 1 + 2 + (4 |> tostring |> 打印(1) or 123)
13 13
14if 变量x = 233 |> math.max 998 14if 变量x := 233 |> math.max 998
15 打印 变量x 15 打印 变量x
16 16
17with 变量b |> 创建? "new" 17with 变量b |> 创建? "new"