fixed wrong semicolon handling and enhanced eol/semiclon handling
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -3,6 +3,6 @@
|
||||
"hello, world\n"
|
||||
)
|
||||
|
||||
(printf; ##ERROR: synax error - unexpected semicolon
|
||||
(printf; ##ERROR: syntax error - unexpected semicolon
|
||||
"hello, world\n"
|
||||
)
|
||||
|
Reference in New Issue
Block a user