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

Unified Diff: mojo/public/bindings/pylib/parse/mojo_parser_unittest.py

Issue 221953005: Mojo: Mojom: Add basic lexer tests, and remove hex float constants. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 | « mojo/public/bindings/pylib/parse/mojo_parser.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/bindings/pylib/parse/mojo_parser_unittest.py
diff --git a/mojo/public/bindings/pylib/parse/mojo_parser_unittest.py b/mojo/public/bindings/pylib/parse/mojo_parser_unittest.py
index d9d8c0c63f2565a666db18feb5c654627be6b037..1c22ab93bed6dd6b111ed93feaa6d499f4015f89 100644
--- a/mojo/public/bindings/pylib/parse/mojo_parser_unittest.py
+++ b/mojo/public/bindings/pylib/parse/mojo_parser_unittest.py
@@ -226,5 +226,6 @@ module my_module { struct MyStruct { int32 a_hex @0X0; }; }
r"Octal and hexadecimal ordinal values not allowed$"):
mojo_parser.Parse(source5, "my_file.mojom")
+
if __name__ == "__main__":
unittest.main()
« no previous file with comments | « mojo/public/bindings/pylib/parse/mojo_parser.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698