https://issues.dlang.org/show_bug.cgi?id=13273
Issue ID: 13273
Summary: ddoc can't handle \r in unittests and ESCAPES properly
Product: D
Version: D2
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P1
Component: DMD
Assignee: [email protected]
Reporter: [email protected]
For documented unittests, this just means that leading/trailing whitespace is
not correctly removed.
For ESCAPES, this is more serious, as a .ddoc file overriding ESCAPES with \r\n
or \r line endings will be ignored.
Pull incoming.
--