| Index: tools/idl_parser/test_parser/extattr_ppapi.idl
|
| diff --git a/tools/idl_parser/test_parser/extattr_ppapi.idl b/tools/idl_parser/test_parser/extattr_ppapi.idl
|
| index 0206901eba6d779c8d6bf0ccd4444d50119bc438..07afbc00be78a3c282f834ec7eea771914257c76 100644
|
| --- a/tools/idl_parser/test_parser/extattr_ppapi.idl
|
| +++ b/tools/idl_parser/test_parser/extattr_ppapi.idl
|
| @@ -89,3 +89,11 @@ symatics should exist. This is an exact match.
|
| */
|
|
|
| [foo=1.2e-3] interface Foo {};
|
| +
|
| +/* TREE
|
| + *Interface(Foo)
|
| + * ExtAttributes()
|
| + * ExtAttribute(foo)
|
| + */
|
| +
|
| +[foo=(bar, baz)] interface Foo {};
|
|
|