Chromium Code Reviews| Index: tools/json_schema_compiler/test/idl_basics.idl |
| diff --git a/tools/json_schema_compiler/test/idl_basics.idl b/tools/json_schema_compiler/test/idl_basics.idl |
| index f4e1b3ca61262a172fea670d1fb923b44b29ccf5..0fa9b439bed9c2df7159cd3f05d2acd0cd1dbd96 100644 |
| --- a/tools/json_schema_compiler/test/idl_basics.idl |
| +++ b/tools/json_schema_compiler/test/idl_basics.idl |
| @@ -15,6 +15,10 @@ |
| // This comment tests "double-quotes". |
| [legalValues=(1,2)] long x; |
| DOMString y; |
| + DOMString z; |
| + DOMString a; |
| + DOMString b; |
| + DOMString c; |
| }; |
| dictionary MyType2 { |