diff options
Diffstat (limited to 'spec/inputs/pipe.yue')
-rw-r--r-- | spec/inputs/pipe.yue | 2 |
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 | ||
12 | b = 1 + 2 + (4 |> tostring |> print(1) or 123) | 12 | b = 1 + 2 + (4 |> tostring |> print(1) or 123) |
13 | 13 | ||
14 | if x = 233 |> math.max 998 | 14 | if x := 233 |> math.max 998 |
15 | print x | 15 | print x |
16 | 16 | ||
17 | with b |> create? "new" | 17 | with b |> create? "new" |