Sign in
third-party-mirror
/
servo
/
e84355b595f2f7091c4516e9f123f80ce9fd704c
/
.
/
third_party
/
WebIDL
/
tests
/
test_variadic_callback.py
blob: fab1c7ef1099ce9e012f44478e5b51dd4a4be2f4 [
file
]
def
WebIDLTest
(
parser
,
harness
):
parser
.
parse
(
"""
callback TestVariadicCallback = any(any... arguments);
"""
)
parser
.
finish
()
harness
.
ok
(
True
,
"TestVariadicCallback callback parsed without error."
)