Open Smanmos opened 2 years ago
Unable to replicate on Windows and Mac OS. From our testing and observation, the way JavaFX handles special characters inserted in text box, is that they are treated as a string with backslash.
Team chose [response.CannotReproduce
]
Reason for disagreement: Nope, \n
cannot be put into a body.
Because
\n
is automatically converted into a newline, it cannot be changed inserted into a body. (Most regex processors usually allow this by requiring double backslash for a literal backslash)