hcl/t/feed-04.err
hyung-hwan e3120e20a2
All checks were successful
continuous-integration/drone/push Build is passing
fixed wrong semicolon handling and enhanced eol/semiclon handling
2024-01-21 02:23:19 +09:00

12 lines
122 B
Plaintext

{
;;;
(do
(printf "hello\n")
(printf "hello\n")
);;
k := [10 ; 20 ]; ##ERROR: syntax error - unexpected semicolon
}