added a new error case. the case yet to be resolved in implementation
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
8
t/feed-02.err
Normal file
8
t/feed-02.err
Normal 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"
|
||||
)
|
Reference in New Issue
Block a user