trampgeek / jobe

jobe is a server that runs small programming jobs in a variety of programming languages
MIT License
110 stars 79 forks source link

Display a newline instead of \n in PHP task #75

Closed lszeremeta closed 5 months ago

lszeremeta commented 5 months ago

The change is mostly cosmetic, but now, instead of \n string, a real new line will be printed before the error message.

trampgeek commented 5 months ago

Thanks @lszeremeta. I don't myself use CodeRunner with PHP questions, so hadn't noticed that bug.

trampgeek commented 5 months ago

Oops. Had to reopen in order to finalise the merge. Closing again.