Update compact-0004 which had repeated keys.
--- a/test-suite/context.jsonld Thu Mar 29 14:34:11 2012 -0400
+++ b/test-suite/context.jsonld Thu Mar 29 15:41:25 2012 -0700
@@ -1,6 +1,6 @@
{
"@context": {
- "dc": "http://purl.org/dc/elements/1.1/",
+ "dc": "http://purl.org/dc/terms/",
"jld": "http://json-ld.org/test-suite/vocab#",
"test": "http://www.w3.org/2006/03/test-description#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
--- a/test-suite/tests/compact-0004-in.jsonld Thu Mar 29 14:34:11 2012 -0400
+++ b/test-suite/tests/compact-0004-in.jsonld Thu Mar 29 15:41:25 2012 -0700
@@ -6,7 +6,7 @@
"http://example.org/list1": {"@list": []},
"http://example.org/list2": {"@list": [null]},
"http://example.org/set1": {"@set": []},
- "http://example.org/set1": {"@set": [null]},
+ "http://example.org/set2": {"@set": [null]},
"http://example.org/set3": [],
"http://example.org/set4": [null]
}
\ No newline at end of file
--- a/test-suite/tests/compact-0004-out.jsonld Thu Mar 29 14:34:11 2012 -0400
+++ b/test-suite/tests/compact-0004-out.jsonld Thu Mar 29 15:41:25 2012 -0700
@@ -11,7 +11,7 @@
"http://example.org/list1": {"@list": []},
"http://example.org/list2": {"@list": []},
"http://example.org/set1": [],
- "http://example.org/set1": [],
+ "http://example.org/set2": [],
"http://example.org/set3": [],
"http://example.org/set4": []
}
\ No newline at end of file