Fix test compact-0015-out
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Wed, 25 Jul 2012 14:16:54 +0200
changeset 781 94f38e34ae61
parent 780 bec6f947e8a8
child 782 1fc1c2250432
Fix test compact-0015-out

The language is reset for term5 and therefore the expanded object form is not needed.

@dlongley, was that an intended change in 88532d523b22bcea2ee54ff5dfe13ee43ef69f0c?
test-suite/tests/compact-0015-out.jsonld
--- a/test-suite/tests/compact-0015-out.jsonld	Fri Jul 20 19:18:00 2012 +0200
+++ b/test-suite/tests/compact-0015-out.jsonld	Wed Jul 25 14:16:54 2012 +0200
@@ -16,5 +16,5 @@
   "term2": "v2",
   "term3": "v3",
   "term4": [ 1, 2 ],
-  "term5": [ {"@value": "v5"}, {"@value": "plain literal"} ]
+  "term5": [ "v5", "plain literal" ]
 }