www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 8470] New: NamedCharacterEntity is missing a \ in lex.html

reply d-bugmail puremagic.com writes:
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



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: -------
Jul 29 2012
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8470


Jonathan M Davis <jmdavisProg gmx.com> changed:

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



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: -------
Jul 29 2012