-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. System.out.println(new Input().setValue("\"\"").write());
What is the expected output? What do you see instead?
You get:
<input value="""">
, whereas you should get something like:
<input value="""">
What version of the product are you using? On what operating system?
Gagawa 1.0.1
Original issue reported on code.google.com by a...@pdp7.net on 19 Jul 2014 at 8:27
Reactions are currently unavailable