aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/syntax.yue
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2025-12-08 10:21:10 +0800
committerLi Jin <dragon-fly@qq.com>2025-12-08 10:21:10 +0800
commitbb563257953628a9849c8532a684b5064bf8e655 (patch)
treea3604194c8e10d04246eb751143cf5da18356067 /spec/inputs/syntax.yue
parent552c260d3c3e8d2c65125bba77b588d7e487d983 (diff)
downloadyuescript-bb563257953628a9849c8532a684b5064bf8e655.tar.gz
yuescript-bb563257953628a9849c8532a684b5064bf8e655.tar.bz2
yuescript-bb563257953628a9849c8532a684b5064bf8e655.zip
Refactored FnArgsDef rules. Fixed issue #224.v0.30.3
Diffstat (limited to 'spec/inputs/syntax.yue')
-rw-r--r--spec/inputs/syntax.yue4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/inputs/syntax.yue b/spec/inputs/syntax.yue
index 4c0c56c..eee518a 100644
--- a/spec/inputs/syntax.yue
+++ b/spec/inputs/syntax.yue
@@ -392,7 +392,7 @@ invokeA(
392v = { 392v = {
393 a -1 393 a -1
394 a( 394 a(
395-1) 395 -1)
396 a \ 396 a \
397- 1 397- 1
398 a-1 398 a-1
@@ -405,7 +405,7 @@ v = {
405 405
406 a ~1 406 a ~1
407 a( 407 a(
408~1) 408 ~1)
409 a \ 409 a \
410~ 1 410~ 1
411 a~1 411 a~1