Update remote-doc-0009 so it's not an empty document.
authorGregg Kellogg <gregg@kellogg-assoc.com>
Tue, 03 Sep 2013 16:10:34 -0700
changeset 1963 bd373bd8e7c3
parent 1962 9bb0b6644888
child 1964 bfb8e40171a8
Update remote-doc-0009 so it's not an empty document.
test-suite/tests/remote-doc-0009-in.jsonld
test-suite/tests/remote-doc-0009-out.jsonld
--- a/test-suite/tests/remote-doc-0009-in.jsonld	Tue Sep 03 16:03:54 2013 -0700
+++ b/test-suite/tests/remote-doc-0009-in.jsonld	Tue Sep 03 16:10:34 2013 -0700
@@ -1,4 +1,5 @@
 [{
   "@id": "",
-  "term": "value"
+  "http://example/0009/term": "value1",
+  "term": "value2"
 }]
\ No newline at end of file
--- a/test-suite/tests/remote-doc-0009-out.jsonld	Tue Sep 03 16:03:54 2013 -0700
+++ b/test-suite/tests/remote-doc-0009-out.jsonld	Tue Sep 03 16:10:34 2013 -0700
@@ -1,3 +1,4 @@
 [{
-  "@id": "http://json-ld.org/test-suite/tests/remote-doc-0009-in.jsonld"
+  "@id": "http://json-ld.org/test-suite/tests/remote-doc-0009-in.jsonld",
+  "http://example/0009/term": {"@value": "value1"}
 }]
\ No newline at end of file