Index: tools/idl_parser/test_parser/interface_web.idl |
diff --git a/tools/idl_parser/test_parser/interface_web.idl b/tools/idl_parser/test_parser/interface_web.idl |
index e42075b9736ab43a9e61f2aaa3eac1944c6be0c9..cff2cd054aa4bc683805a46875d1711c6def7c6b 100644 |
--- a/tools/idl_parser/test_parser/interface_web.idl |
+++ b/tools/idl_parser/test_parser/interface_web.idl |
@@ -75,6 +75,23 @@ interface MyIFaceBig { |
}; |
/* TREE |
+ *Interface(MyIfaceEmptySequenceDefalutValue) |
+ * Operation(foo) |
+ * Arguments() |
+ * Argument(arg) |
+ * Type() |
+ * Sequence() |
+ * Type() |
+ * PrimitiveType(DOMString) |
+ * Default() |
+ * Type() |
+ * PrimitiveType(void) |
+ */ |
+interface MyIfaceEmptySequenceDefalutValue { |
+ void foo(optional sequence<DOMString> arg = []); |
+}; |
+ |
+/* TREE |
*Interface(MyIFaceBig2) |
* Const(nullValue) |
* PrimitiveType(DOMString) |