Bug 16186 – [Programming in D for C Programmers] Backticks should be escaped in explanation of raw string syntax

Status
RESOLVED
Resolution
FIXED
Severity
trivial
Priority
P3
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2016-06-20T16:47:00Z
Last change time
2016-10-01T11:45:27Z
Keywords
pull
Assigned to
ag0aep6g
Creator
snarwin+bugzilla

Comments

Comment #0 by snarwin+bugzilla — 2016-06-20T16:47:07Z
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.
Comment #1 by ag0aep6g — 2016-06-20T17:03:32Z
Comment #2 by github-bugzilla — 2016-06-20T17:27:29Z
Commits pushed to master at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/b44525642f72788f95feb46c914b675a6903efd8 fix issue 16186 - [Programming in D for C Programmers] Backticks should be escaped in explanation of raw string syntax Also changing $(B ...) with backticks for proper code styling. https://github.com/dlang/dlang.org/commit/f5b1dd1d49b10bb2056aa0aa16577d9257011de2 Merge pull request #1382 from aG0aep6G/16186 fix issue 16186 - [Programming in D for C Programmers] Backticks shou…
Comment #3 by ag0aep6g — 2016-06-20T18:45:58Z
Thanks for the report, Paul. Fixed version is online now.
Comment #4 by github-bugzilla — 2016-10-01T11:45:27Z
Commits pushed to stable at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/b44525642f72788f95feb46c914b675a6903efd8 fix issue 16186 - [Programming in D for C Programmers] Backticks should be escaped in explanation of raw string syntax https://github.com/dlang/dlang.org/commit/f5b1dd1d49b10bb2056aa0aa16577d9257011de2 Merge pull request #1382 from aG0aep6G/16186