aboutsummaryrefslogtreecommitdiff
path: root/spec/inputs/import.yue
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2025-12-05 17:44:20 +0800
committerLi Jin <dragon-fly@qq.com>2025-12-05 17:44:20 +0800
commit552c260d3c3e8d2c65125bba77b588d7e487d983 (patch)
tree81b7d5b4a483629e8a367f504365f3245510bee3 /spec/inputs/import.yue
parentd7452147eaa1f47520269f881b3d06c4e164dfd3 (diff)
downloadyuescript-552c260d3c3e8d2c65125bba77b588d7e487d983.tar.gz
yuescript-552c260d3c3e8d2c65125bba77b588d7e487d983.tar.bz2
yuescript-552c260d3c3e8d2c65125bba77b588d7e487d983.zip
Fixed more error messages.
Diffstat (limited to 'spec/inputs/import.yue')
-rw-r--r--spec/inputs/import.yue2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/inputs/import.yue b/spec/inputs/import.yue
index 8982e6c..ee1fdfc 100644
--- a/spec/inputs/import.yue
+++ b/spec/inputs/import.yue
@@ -23,7 +23,7 @@ do
23 b, c from z 23 b, c from z
24 24
25do 25do
26 import a 26 import a,
27 b 27 b
28 c from z 28 c from z
29 29