[Issue 16186] New: [Programming in D for C Programmers] Backticks should be escaped in explanation of raw string syntax

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jun 20 09:47:07 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=16186

          Issue ID: 16186
           Summary: [Programming in D for C Programmers] Backticks should
                    be escaped in explanation of raw string syntax
           Product: D
           Version: D2
          Hardware: All
               URL: http://dlang.org/
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P3
         Component: dlang.org
          Assignee: nobody at puremagic.com
          Reporter: snarwin+bugzilla at gmail.com

In the first paragraph under "The D Way" of
https://dlang.org/ctod.html#stringlit, the explanatory text uses unescaped
backticks:

    usable with the $(B `foo`) and $(B r"bar") syntax:

As a result, the backticks are not displayed, and the text does not match the
accompanying code example.

--


More information about the Digitalmars-d-bugs mailing list