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