Skip to content
Snippets Groups Projects
Commit 981e49ee authored by Mark Wheelhouse's avatar Mark Wheelhouse
Browse files

split up bad int assignment errors for more modular testing

parent eadc2d8a
No related branches found
No related tags found
No related merge requests found
# bad integer assignments
# bad integer assignments - multiple syntax errors
# Output:
# #syntax_error#
......
# bad integer assignment - whitespace should delimit ints
# Output:
# #syntax_error#
# Exit:
# 100
# Program:
begin
int x = 22 0
end
# bad integer assignments - malformed int literal
# Output:
# #syntax_error#
# Exit:
# 100
# Program:
begin
int y = 1A4
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment