From 6d88ca63050623db73e3cfe614e9a90657f5e875 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 6 Oct 2023 15:25:58 +0800 Subject: fixing issue #150. --- spec/inputs/pipe.yue | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'spec/inputs') 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 |> f2 2 |> f3 3 |> f4 4 + + const x = y + |> z + + close a = b + |> c x = 123 |> a |> b or 456 |> c |> d or a.if\then("abc") or a?.b\c?(123) or x\y -- cgit v1.2.3-55-g6feb