Thread overview
[Issue 8406] New: dmd treats lineSep and paraSep as end-of-line but the docs do not
Jul 21, 2012
Jonathan M Davis
Jul 21, 2012
Jonathan M Davis
Jul 23, 2012
Jonathan M Davis
July 21, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8406

           Summary: dmd treats lineSep and paraSep as end-of-line but the
                    docs do not
           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-21 16:22:23 PDT ---
Per line# 2648 (and the code immediately following it) of lexer.c in dmd, lineSep and paraSep are treated as end-of-line, but lex.html doesn't list them in EndOfLine. So, they need to be added.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 21, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8406



--- Comment #1 from Jonathan M Davis <jmdavisProg@gmx.com> 2012-07-21 16:26:36 PDT ---
https://github.com/D-Programming-Language/d-programming-language.org/pull/142

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 23, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8406



--- Comment #2 from github-bugzilla@puremagic.com 2012-07-22 21:48:48 PDT ---
Commit pushed to master at https://github.com/D-Programming-Language/d-programming-language.org

https://github.com/D-Programming-Language/d-programming-language.org/commit/2b0cdb34a3eebe0aa67d25681e2bdf842432cbc4 Fix issue# 8406: lineSep and paraSep missing from EndOfLine in lex.html.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 23, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=8406


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

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


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