-
Notifications
You must be signed in to change notification settings - Fork 21
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
PrettyPrinter removes newlines #4543
Comments
Imported From: https://issues.scala-lang.org/browse/SI-4543?orig=1 |
Hans-Peter Strr (hans-peter.stoerr) said: |
Michael Beckerle (mbeckerle.dfdl) said (edited on Dec 18, 2014 1:25:05 AM UTC): From a quick glimpse of the code. Looks like it treates all Atom subtypes similarly. It has to special case PCData and treat it specially and just output it without concern for indentation/box, etc. |
@SethTisue said: Interested community members: if you consider this issue significant, feel free to open a new issue for it on GitHub, with links in both directions. |
Michael Beckerle (mbeckerle.dfdl) said: |
=== What steps will reproduce the problem (please be specific and
=== What is the expected behavior? ===
Should print "hello\nworld"
=== What do you see instead? ===
prints "hello world"
=== What versions of the following are you using? ===
The text was updated successfully, but these errors were encountered: