Include @base to trigger relative IRI bug in implementations.
authorDave Longley <dlongley@digitalbazaar.com>
Fri, 03 May 2013 10:56:29 -0400
changeset 1618 b420ed168c5b
parent 1617 b7d817743ba3
child 1619 71fe634328ef
Include @base to trigger relative IRI bug in implementations.
test-suite/tests/compact-0047-context.jsonld
test-suite/tests/compact-0047-in.jsonld
test-suite/tests/compact-0047-out.jsonld
--- a/test-suite/tests/compact-0047-context.jsonld	Fri May 03 10:50:00 2013 -0400
+++ b/test-suite/tests/compact-0047-context.jsonld	Fri May 03 10:56:29 2013 -0400
@@ -1,5 +1,6 @@
 {
   "@context": {
+    "@base": "http://example.com/",
     "link": { "@id": "http://example.com/link", "@type": "@id" }
   }
 }
--- a/test-suite/tests/compact-0047-in.jsonld	Fri May 03 10:50:00 2013 -0400
+++ b/test-suite/tests/compact-0047-in.jsonld	Fri May 03 10:56:29 2013 -0400
@@ -1,5 +1,6 @@
 {
   "@context": {
+    "@base": "http://example.com/",
     "link": { "@id": "http://example.com/link", "@type": "@id" }
   },
   "link": "relative-url"
--- a/test-suite/tests/compact-0047-out.jsonld	Fri May 03 10:50:00 2013 -0400
+++ b/test-suite/tests/compact-0047-out.jsonld	Fri May 03 10:56:29 2013 -0400
@@ -1,5 +1,6 @@
 {
   "@context": {
+    "@base": "http://example.com/",
     "link": { "@id": "http://example.com/link", "@type": "@id" }
   },
   "link": "relative-url"