> The character sequence BACKSLASH <lineterminator> (where <lineterminator> 
> will be one of the characters LF, LS, or PS) is removed from string literals 
> delimited by either single or triple SINGLEQUOTE or DOUBLEQUOTE characters. 
> (Triple-quoting is defined in [5].)

This states that:

"abc\\
tde"

evaluates to the string "abc<tab>de".

Is this really what we want?  I'd find such nested escape sequences really 
strange.

    Waldemar
_______________________________________________
Es4-discuss mailing list
Es4-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es4-discuss

Reply via email to