diff options
Diffstat (limited to 'spec/inputs/unicode/pipe_chain_combo.yue')
| -rw-r--r-- | spec/inputs/unicode/pipe_chain_combo.yue | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/inputs/unicode/pipe_chain_combo.yue b/spec/inputs/unicode/pipe_chain_combo.yue new file mode 100644 index 0000000..8f85207 --- /dev/null +++ b/spec/inputs/unicode/pipe_chain_combo.yue | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | 加 = (x)-> x + 2 | ||
| 2 | 乘 = (x)-> x * 3 | ||
| 3 | |||
| 4 | 值 = 3 | ||
| 5 | |> 加 | ||
| 6 | |> 乘 | ||
| 7 | |> tostring | ||
| 8 | |||
