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

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

Issue 1713673002: Remove //tools/idl_parser. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 4 years, 10 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/test_lexer/keywords_ppapi.in ('k') | tools/idl_parser/test_lexer/values_ppapi.in » ('j') | 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
deleted file mode 100644
index be714d081911190ec6b11185563a937442fcc2a4..0000000000000000000000000000000000000000
--- a/tools/idl_parser/test_lexer/values.in
+++ /dev/null
@@ -1,55 +0,0 @@
-integer 1 integer 123 integer 12345
-identifier A123 identifier A_A
-
-COMMENT /*XXXX*/
-COMMENT //XXXX
-
-COMMENT /*MULTI LINE*/
-
-[ [
-] ]
-* *
-. .
-( (
-) )
-{ {
-} }
-[ [
-] ]
-, ,
-; ;
-: :
-= =
-+ +
-- -
-/ /
-~ ~
-| |
-& &
-^ ^
-> >
-< <
-
-ELLIPSIS ...
-
-float 1.1
-float 1e1
-float -1.1
-float -1e1
-float 1e-1
-float -1e-1
-float 1.0e1
-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/test_lexer/keywords_ppapi.in ('k') | tools/idl_parser/test_lexer/values_ppapi.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698