Replies: 1 comment
-
Yes, I'm fixing it now. I'll let you know after we commit the fixed code to origin repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found that the content of
example3.expected
isDivide-by-zero detected at line 11 and col 15
, without ending with newline character.But considering the line 8 of
runtime.c
(printf("Divide-by-zero detected at line %d and col %d\n", line, col);
), I think it should end with newline character, as other expected files (example1.expected
andexample2.expected
) do.Please let me know if it is intended, or I just overlooked something.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions