[webkit-reviews] review denied: [Bug 133998] Fix error messages for incorrect hex literals : [Attachment 233259] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 17 14:20:45 PDT 2014


Daniel Bates <dbates at webkit.org> has denied  review:
Bug 133998: Fix error messages for incorrect hex literals
https://bugs.webkit.org/show_bug.cgi?id=133998

Attachment 233259: Patch
https://bugs.webkit.org/attachment.cgi?id=233259&action=review

------- Additional Comments from Daniel Bates <dbates at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=233259&action=review


> Source/JavaScriptCore/parser/Lexer.cpp:1657
> +		   m_lexErrorMessage = "No space between hexadecimal literal
and identifier";

Can we add a test for this new error message?


More information about the webkit-reviews mailing list