Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core.print breaks some characters #24

Open
falkoschindler opened this issue Jan 10, 2024 · 0 comments
Open

core.print breaks some characters #24

falkoschindler opened this issue Jan 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@falkoschindler
Copy link
Collaborator

falkoschindler commented Jan 10, 2024

Minimal reproduction:

core.print('boo\n')

This doesn't print "boo", but only "oo". The "b" is converted to a backspace.

  • The following characters are affected: "b", "f", "n", "r" and "t".
  • The problem doesn't occur without the trailing newline "\n".

Somehow these five characters are converted into their escaped counterparts backspace, form feed, new line, carriage return and tab.

@falkoschindler falkoschindler added the bug Something isn't working label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant