Hi!
aber das war glaube ich nicht „offiziell“
[ECMA-262], §7.8.4:
LineContinuation :: \ LineTerminatorSequence
Das sollte offiziell genug sein.
Und dazu die Bemerkung vor dem Absatz 7.8.5 nicht übersehen:
NOTE A line terminator character cannot appear in a string literal, except as part of a LineContinuation to produce the empty character sequence. The correct way to cause a line terminator character to be part of the String value of a string literal is to use an escape sequence such as \n or \u000A.
Lo!