[Issue 8470] New: NamedCharacterEntity is missing a \ in lex.html
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Sun Jul 29 22:26:03 PDT 2012
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=8470
           Summary: NamedCharacterEntity is missing a \ in lex.html
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: nobody at puremagic.com
        ReportedBy: jmdavisProg at gmx.com
--- Comment #0 from Jonathan M Davis <jmdavisProg at gmx.com> 2012-07-29 22:26:01 PDT ---
In lex.html, in EscapeSequence, the line with NamedCharacterEntity should be
\ NamedCharacterEntity
but it's
NamedCharacterEntity
It can't be an escape sequence if it isn't escaped!
Both the compiler and TDPL require a \ in front of it.
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list