Update the JsonLdContext type defintion in idltest
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 23 Jul 2013 21:17:06 +0200
changeset 1813 7060454f4abf
parent 1812 5fc6b8942644
child 1814 fe934fe8462f
Update the JsonLdContext type defintion in idltest

This addresses #245.
test-suite/idltest/index.html
--- a/test-suite/idltest/index.html	Tue Jul 23 20:52:26 2013 +0200
+++ b/test-suite/idltest/index.html	Tue Jul 23 21:17:06 2013 +0200
@@ -33,7 +33,7 @@
     Promise flatten (any input, optional JsonLdContext? context, optional JsonLdOptions options);
 };
 
-typedef (object or DOMString) JsonLdContext;
+typedef (object or DOMString or (object or DOMString[])) JsonLdContext;
 
 dictionary JsonLdOptions {
     DOMString              base;