added a new error case. the case yet to be resolved in implementation
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-01-20 10:12:37 +09:00
parent b35ed20c68
commit f88c3a9c1f
3 changed files with 10 additions and 0 deletions

8
t/feed-02.err Normal file
View File

@ -0,0 +1,8 @@
## while EOL is ignored in explicitly parenthesized XLIST, a semicolon must not be.
(printf
"hello, world\n"
)
(printf; ##ERROR: synax error - unexpected semicolon
"hello, world\n"
)