-
Notifications
You must be signed in to change notification settings - Fork 21
Java text block parser mangles a char on escaped eol #12575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Visible in
|
Which test, where is the test? Does this affect anything other than the The only scenario Dale or I can think of offhand where it might be user-visible is constant folding? Do we constant-fold from Java sources? cc @harpocrates |
Following up, dotty had a related bug, and I see I did not answer the question about visibility.
also javap
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Reproduction steps
Scala version: 2.13.8
Problem
The test sees
or
instead of expected
XY
. The existing test drops a space char that is hard to spot. (Edit: now I count 8 spaces. Space blindness?)The text was updated successfully, but these errors were encountered: