| Index: mojom/mojom_parser/formatter/formatter_test.go
|
| diff --git a/mojom/mojom_parser/formatter/formatter_test.go b/mojom/mojom_parser/formatter/formatter_test.go
|
| index df8987147da610f4fef77e9eba6034bfdb99b131..1d31661a7c4000315c0583d26ce48c2c76b97ad4 100644
|
| --- a/mojom/mojom_parser/formatter/formatter_test.go
|
| +++ b/mojom/mojom_parser/formatter/formatter_test.go
|
| @@ -49,6 +49,15 @@ enum FooEnum {
|
| // FooEnum Final Comment.
|
| };
|
|
|
| +// no-format
|
| +
|
| +enum SomeWeirdFormat { VALUE1 = 10, VALUE2 = 20};
|
| +
|
| +
|
| +
|
| +
|
| +// end-no-format
|
| +
|
| // constant comment.
|
| const int8 foo_constant1 = 10; // constant comment.
|
| const int8 foo_constant2 = -10; // constant comment.
|
|
|