author | Markus Lanthaler <mark_lanthaler@gmx.net> |
Tue, 19 Jun 2012 18:30:02 +0200 | |
changeset 727 | a565cb14c2c2 |
parent 726 | a55f7c5f185d |
child 728 | 1aea42d32f85 |
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" ] }