You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When rendering a problem, the EOF token is appended without a new line after this token. However in each problem file in the archive, EOF token is appended with a new line.
Description
When rendering a problem, the
EOF
token is appended without a new line after this token. However in each problem file in the archive,EOF
token is appended with a new line.What I Did
Take this example adapted from test_problem:
The left hand side of the assert statement is
'FOO: 42\nBAR: answer\nEOF'
(note the lack of\n
at the end).The text was updated successfully, but these errors were encountered: