Open falkoschindler opened 9 months ago
Minimal reproduction:
core.print('boo\n')
This doesn't print "boo", but only "oo". The "b" is converted to a backspace.
Somehow these five characters are converted into their escaped counterparts backspace, form feed, new line, carriage return and tab.
Minimal reproduction:
This doesn't print "boo", but only "oo". The "b" is converted to a backspace.
Somehow these five characters are converted into their escaped counterparts backspace, form feed, new line, carriage return and tab.