[Issue 3783] Text inconsistent with EscapeSequence rules

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Feb 8 19:05:57 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=3783



--- Comment #1 from Jerry Quinn <jlquinn at optonline.net> 2010-02-08 19:05:56 PST ---
The "Hex Strings" section has a bare escape sequence that should be changed as
well:

The following are all equivalent:
"ab" "c"
r"ab" r"c"
r"a" "bc"
"a" ~ "b" ~ "c"
\x61"bc"

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


More information about the Digitalmars-d-bugs mailing list