--- 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> .