Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: tools/idl_parser/test_lexer/values.in

Issue 22140002: IDL lexer: update integer regex to latest Web IDL spec (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More tests Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/idl_parser/idl_lexer.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/idl_parser/test_lexer/values.in
diff --git a/tools/idl_parser/test_lexer/values.in b/tools/idl_parser/test_lexer/values.in
index cdd73b051e5ede3e06449a1843323feb721deeab..be714d081911190ec6b11185563a937442fcc2a4 100644
--- a/tools/idl_parser/test_lexer/values.in
+++ b/tools/idl_parser/test_lexer/values.in
@@ -44,7 +44,12 @@ float -1.0e-1
integer 00
integer 01
integer 0123
+integer 01234567
integer 123
+integer 1234567890
integer 0x123
+integer 0X123
+integer 0x1234567890AbCdEf
+integer 0X1234567890aBcDeF
identifier blah
« no previous file with comments | « tools/idl_parser/idl_lexer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698