Bug 10805 – wrong error message for wrong delimited string

Status
RESOLVED
Resolution
FIXED
Severity
minor
Priority
P3
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2013-08-11T18:43:00Z
Last change time
2013-11-17T06:06:50Z
Keywords
diagnostic, pull
Assigned to
nobody
Creator
kekeniro2

Comments

Comment #0 by kekeniro2 — 2013-08-11T18:43:10Z
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.
Comment #1 by yebblies — 2013-11-16T21:04:43Z
Comment #2 by github-bugzilla — 2013-11-17T05:55:21Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/ec1505d211489ff6a0c1a138757dc457f16dfad3 Fix Issue 10805 - wrong error message for wrong delimited string https://github.com/D-Programming-Language/dmd/commit/bf3b0add59d1c8d36a490776574a201858b4e11b Merge pull request #2789 from yebblies/issue10805 Issue 10805 - wrong error message for wrong delimited string