Update toRdf-0116 to correct uninteded invalid IRI
authorGregg Kellogg <gregg@kellogg-assoc.com>
Tue, 08 Oct 2013 08:50:02 -0700
changeset 2025 14ef1692458b
parent 2024 0fd990485fc3
child 2026 2983744356be
Update toRdf-0116 to correct uninteded invalid IRI
test-suite/tests/toRdf-0116-in.jsonld
test-suite/tests/toRdf-0116-out.nq
--- a/test-suite/tests/toRdf-0116-in.jsonld	Sat Oct 05 00:01:29 2013 -0400
+++ b/test-suite/tests/toRdf-0116-in.jsonld	Tue Oct 08 08:50:02 2013 -0700
@@ -3,6 +3,6 @@
   "http://example/p0": {"@id": "http://example/o0"},
   "@graph": {
     "@id": "http://example/s1",
-    "http://example/p1": {"@id": "http:///example/o1"}
+    "http://example/p1": {"@id": "http://example/o1"}
   }
 }
\ No newline at end of file
--- a/test-suite/tests/toRdf-0116-out.nq	Sat Oct 05 00:01:29 2013 -0400
+++ b/test-suite/tests/toRdf-0116-out.nq	Tue Oct 08 08:50:02 2013 -0700
@@ -1,2 +1,2 @@
 <http://example/s0> <http://example/p0> <http://example/o0> .
-<http://example/s1> <http://example/p1> <http:///example/o1> <http://example/s0> .
+<http://example/s1> <http://example/p1> <http://example/o1> <http://example/s0> .