diff options
Diffstat (limited to 'spec/inputs')
-rw-r--r-- | spec/inputs/pipe.yue | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/inputs/pipe.yue b/spec/inputs/pipe.yue index 7e33422..02f87a3 100644 --- a/spec/inputs/pipe.yue +++ b/spec/inputs/pipe.yue | |||
@@ -71,6 +71,12 @@ do | |||
71 | |> f2 2 | 71 | |> f2 2 |
72 | |> f3 3 | 72 | |> f3 3 |
73 | |> f4 4 | 73 | |> f4 4 |
74 | |||
75 | const x = y | ||
76 | |> z | ||
77 | |||
78 | close a = b | ||
79 | |> c | ||
74 | 80 | ||
75 | x = 123 |> a |> b or 456 |> c |> d or a.if\then("abc") or a?.b\c?(123) or x\y | 81 | x = 123 |> a |> b or 456 |> c |> d or a.if\then("abc") or a?.b\c?(123) or x\y |
76 | 82 | ||