You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newline and carriage return need to be printed as \n and \r in Java
code, respectively (as opposed to \u000a and \u000d). ' and \ need to be
escaped. The previous implementation was missing those cases. In
addition to that, a call to an existing function is a cleaner way of
writing this.
0 commit comments