diff options
author | Li Jin <dragon-fly@qq.com> | 2024-02-05 11:24:41 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2024-02-05 11:24:41 +0800 |
commit | 018b9408f167067c596fc23781bc945edb9f4d89 (patch) | |
tree | 3e2aeff3b1750d6d4ad997e561da055d1ce6e4be /spec/inputs/in_expression.yue | |
parent | ef0ff9c4c523980d71e49d65e8db57d670daf85c (diff) | |
download | yuescript-0.21.7.tar.gz yuescript-0.21.7.tar.bz2 yuescript-0.21.7.zip |
fix in-expression format issue.v0.21.7
Diffstat (limited to 'spec/inputs/in_expression.yue')
-rw-r--r-- | spec/inputs/in_expression.yue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/inputs/in_expression.yue b/spec/inputs/in_expression.yue index 7ee0816..0b2a87a 100644 --- a/spec/inputs/in_expression.yue +++ b/spec/inputs/in_expression.yue | |||
@@ -1,5 +1,4 @@ | |||
1 | -a^2 in {1, 2, 3} |> f | 1 | -a^2 in {1, 2, 3} |> f |
2 | -a^2 in [1, 2, 3] |> f | ||
3 | 2 | ||
4 | has = "foo" in { "bar", "foo" } | 3 | has = "foo" in { "bar", "foo" } |
5 | 4 | ||