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
The "skip zero" behavior was to accommodate escaped EOL in a text block,
but also skips zero-valued escaped char `\0`.
This fix is less precious and uses a flag called `skip`.
Scala 2 previously received the complementary fix, because it wasn't
preserving the char before the escaped EOL (after backporting the dotty
code):
scala/scala#10024
0 commit comments