Change compact-0017 to not choose a mismatching term
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Sun, 06 May 2012 16:51:19 +0800
changeset 631 9fb6140491b9
parent 630 43422f90d725
child 632 7be455807105
Change compact-0017 to not choose a mismatching term
test-suite/tests/compact-0017-out.jsonld
--- a/test-suite/tests/compact-0017-out.jsonld	Sat May 05 16:04:21 2012 -0400
+++ b/test-suite/tests/compact-0017-out.jsonld	Sun May 06 16:51:19 2012 +0800
@@ -8,8 +8,6 @@
       "comment_en": { "@id": "http://www.w3.org/2000/01/rdf-schema#comment", "@language": "en" }
     }
   ],
-  "comment_en": [
-    { "@value": "Kommentar auf Deutsch.", "@language": "de" },
-    "Comment in English."
-  ]
+  "comment_en": "Comment in English.",
+  "http://www.w3.org/2000/01/rdf-schema#comment": { "@value": "Kommentar auf Deutsch.", "@language": "de" }
 }