java / devrel

Java DevRel feedback
https://inside.java
10 stars 1 forks source link

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

Closed shathor closed 8 months ago

shathor commented 1 year ago

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

delabassee commented 1 year ago

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

delabassee commented 8 months ago

Fixed in PG22

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