Update toRdf-0117 to correct unintended invalid IRI
authorNiklas Lindström <lindstream@gmail.com>
Tue, 08 Oct 2013 21:56:32 +0200
changeset 2026 2983744356be
parent 2025 14ef1692458b
child 2027 08640814c24d
Update toRdf-0117 to correct unintended invalid IRI
test-suite/tests/toRdf-0117-in.jsonld
test-suite/tests/toRdf-0117-out.nq
--- a/test-suite/tests/toRdf-0117-in.jsonld	Tue Oct 08 08:50:02 2013 -0700
+++ b/test-suite/tests/toRdf-0117-in.jsonld	Tue Oct 08 21:56:32 2013 +0200
@@ -2,6 +2,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-0117-out.nq	Tue Oct 08 08:50:02 2013 -0700
+++ b/test-suite/tests/toRdf-0117-out.nq	Tue Oct 08 21:56:32 2013 +0200
@@ -1,2 +1,2 @@
-<http://example/s1> <http://example/p1> <http:///example/o1> _:b0 .
+<http://example/s1> <http://example/p1> <http://example/o1> _:b0 .
 _:b0 <http://example/p0> <http://example/o0> .