[Issue 10805] New: wrong error message for wrong delimited string
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Aug 11 18:43:11 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10805
Summary: wrong error message for wrong delimited string
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: diagnostic
Severity: minor
Priority: P3
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: kekeniro2 at yahoo.co.jp
--- Comment #0 from kekeniro2 at yahoo.co.jp 2013-08-11 18:43:10 PDT ---
CODE:
enum s = q"FOO
FOO
";
OUTPUT:
styler.d(2296): Error: delimited string must end in /* followed by \0 */
Identifier as the delimiter is not taken into account when making the error
message.
--
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