aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-05-14 10:50:21 +0800
committerLi Jin <dragon-fly@qq.com>2020-05-14 10:50:21 +0800
commite183579847e5c49b3062e0e5acd3ca320fc1229b (patch)
tree3d3cecf62b0b84c836f4112612a29ff44c82c8c7
parent5440b846a04802626dd5c4ebc8d19e52eb5afc99 (diff)
downloadyuescript-e183579847e5c49b3062e0e5acd3ca320fc1229b.tar.gz
yuescript-e183579847e5c49b3062e0e5acd3ca320fc1229b.tar.bz2
yuescript-e183579847e5c49b3062e0e5acd3ca320fc1229b.zip
add more cases.
-rw-r--r--spec/inputs/syntax.moon8
1 files changed, 8 insertions, 0 deletions
diff --git a/spec/inputs/syntax.moon b/spec/inputs/syntax.moon
index 8504ae3..b1a64d3 100644
--- a/spec/inputs/syntax.moon
+++ b/spec/inputs/syntax.moon
@@ -315,6 +315,10 @@ invokeA \
315 315
316v = { 316v = {
317 a -1 317 a -1
318 a\
319-1
320 a\
321- 1
318 a-1 322 a-1
319 a - 1 323 a - 1
320 a - 324 a -
@@ -324,6 +328,10 @@ v = {
324 a - --[[123]]1 328 a - --[[123]]1
325 329
326 a ~1 330 a ~1
331 a\
332~1
333 a\
334~ 1
327 a~1 335 a~1
328 a ~ 1 336 a ~ 1
329 a ~ 337 a ~