aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs
diff options
context:
space:
mode:
Diffstat (limited to 'spec/inputs')
-rw-r--r--spec/inputs/pipe.yue6
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
75x = 123 |> a |> b or 456 |> c |> d or a.if\then("abc") or a?.b\c?(123) or x\y 81x = 123 |> a |> b or 456 |> c |> d or a.if\then("abc") or a?.b\c?(123) or x\y
76 82