July 30, 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@puremagic.com
        ReportedBy: jmdavisProg@gmx.com


--- Comment #0 from Jonathan M Davis <jmdavisProg@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: -------
July 30, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8470


Jonathan M Davis <jmdavisProg@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull


--- Comment #1 from Jonathan M Davis <jmdavisProg@gmx.com> 2012-07-29 22:27:37 PDT ---
https://github.com/D-Programming-Language/d-programming-language.org/pull/144

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------