Fix compaction test to eliminate expanded form
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 19 Jun 2012 18:30:02 +0200
changeset 727 a565cb14c2c2
parent 726 a55f7c5f185d
child 728 1aea42d32f85
Fix compaction test to eliminate expanded form

Language doesn't apply to integers but just to string values and in term5 the language is reset.
test-suite/tests/compact-0015-out.jsonld
--- a/test-suite/tests/compact-0015-out.jsonld	Tue Jun 19 17:01:32 2012 +0200
+++ b/test-suite/tests/compact-0015-out.jsonld	Tue Jun 19 18:30:02 2012 +0200
@@ -15,6 +15,6 @@
   "term1": "v1",
   "term2": "v2",
   "term3": "v3",
-  "term4": [ {"@value": 1}, {"@value": 2} ],
-  "term5": [ {"@value": "v5"}, {"@value": "plain literal"} ]
+  "term4": [ 1, 2 ],
+  "term5": [ "v5", "plain literal" ]
 }