[Issue 2201] Unescaped carriage return ('\r') in string is changed into different EOL.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jul 7 13:59:50 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2201
------- Comment #1 from shro8822 at vandals.uidaho.edu 2008-07-07 15:59 -------
I'm not sure this is valid. IIRC a "real" line end in a string:
"hello
world"
is converted to a system specific EOL. If the mixin is converting the \r before
the function is parsed then this is working correctly. However, I think this
may be undesirable in that case but I'm not sure how to best fix it.
--
More information about the Digitalmars-d-bugs
mailing list