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

[Bug]: String display issue when it contains html element #19

Closed
shathor opened this issue Oct 26, 2023 · 2 comments
Closed

[Bug]: String display issue when it contains html element #19

shathor opened this issue Oct 26, 2023 · 2 comments
Assignees
Labels
bug Something isn't working playground

Comments

@shathor
Copy link

shathor commented Oct 26, 2023

What happened?

Pasting following snippet in the Java Playground:

System.out.println("<p>test</p>");

Prints:

test

Instead of:

<p><test></p>

Screenshot

OS

Windows

What browsers are you seeing the problem on?

Chrome, Microsoft Edge

Additional information

Only tested Chrome and Edge

@shathor shathor changed the title [Bug]: String display issue when it contains <> [Bug]: String display issue when it contains html element Oct 26, 2023
@delabassee delabassee self-assigned this Oct 27, 2023
@delabassee delabassee added the bug Something isn't working label Oct 27, 2023
@delabassee
Copy link
Member

Thanks for reporting this. This should be addressed in an upcoming update.

@delabassee
Copy link
Member

Fixed in PG22

Screenshot 2024-04-05 at 07 19 38 (2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working playground
Projects
None yet
Development

No branches or pull requests

2 participants