Formal comment #9 (defect) backslash-linefeed Reported by: Per Bothner Component: formalsyntax Version: 5.91 3.2.6 \ : nothing Should be: \ Having a syntax that is suspectible to invisible trailing whitespace is a bad idea (even if it is traditional). This change may be viewed as conflicting with: \ space "useful for terminating the previous escape sequence before continuing with whitespace" However, there is no problem, since \ is useless - I see no specification for an escape sequence that might need such a terminator. RESPONSE: Agreed. The \ terminator was meant to work with \ in the case that the continuation should start with a whitespace. However, \x escapes can serve that purpose equally well.