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

Unified Diff: mojo/public/interfaces/bindings/tests/regression_tests.mojom

Issue 1529423002: Dart: Fix conversion of identifiers to lowerCamelCase. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Comments Created 5 years 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
Index: mojo/public/interfaces/bindings/tests/regression_tests.mojom
diff --git a/mojo/public/interfaces/bindings/tests/regression_tests.mojom b/mojo/public/interfaces/bindings/tests/regression_tests.mojom
index 0c3e946ebbef9266c43e4ee0190b857b71b221d6..f03f2e9ecbc62031331abb9f859a1e755fce850e 100644
--- a/mojo/public/interfaces/bindings/tests/regression_tests.mojom
+++ b/mojo/public/interfaces/bindings/tests/regression_tests.mojom
@@ -95,3 +95,17 @@ interface Regression551 {
interface ServiceName {
serviceName() => (string serviceName);
};
+
+enum CamelCaseTestEnum {
+ BOOL_THING,
+ DOUBLE_THING,
+ FLOAT_THING,
+ INT8_THING,
+ INT16THING,
+ INT32_TH1NG,
+ INT64_Th1ng,
+ UINT8T_h1ng,
+ UINT16t_h1NG,
+ UINT32_TH1ng,
+ UINT64_TH1NG
+};
« no previous file with comments | « mojo/dart/test/bindings_generation_test.dart ('k') | mojo/public/tools/bindings/generators/mojom_dart_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698