mirror of
https://github.com/servo/servo
synced 2026-04-28 02:19:14 +02:00
@@ -60,8 +60,8 @@ def WebIDLTest(parser, harness):
|
||||
try:
|
||||
parser.parse("""
|
||||
interface OptionalByteString {
|
||||
void passByteString(optional ByteString arg = "hello");
|
||||
};
|
||||
undefined passByteString(optional ByteString arg = "hello");
|
||||
};
|
||||
""")
|
||||
results2 = parser.finish();
|
||||
except WebIDL.WebIDLError as e:
|
||||
|
||||
Reference in New Issue
Block a user