[Issue 786] the \ EndOfFile EscapeSequence in double-quoted strings doesn't work

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Feb 2 19:34:33 PST 2007


http://d.puremagic.com/issues/show_bug.cgi?id=786


bugzilla at digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Comment #3 from bugzilla at digitalmars.com  2007-02-02 21:34 -------
0x1A is listed in lex.html as 'end of file', which trumps any token, I think
the spec is reasonably clear on this: "The source text is terminated by
whichever comes first." The reason for this is that some (old) text editors put
out a 0x1A to mark end of file.

Not a bug.


-- 



More information about the Digitalmars-d-bugs mailing list