Sort expected results.
--- a/test-suite/tests/frame-0007-out.jsonld Tue Feb 28 00:07:24 2012 +0800
+++ b/test-suite/tests/frame-0007-out.jsonld Sun Mar 04 15:37:27 2012 -0500
@@ -5,8 +5,8 @@
},
"@id": "http://example.org/test/#library",
"@type": [
- "ex:Library",
- "ex:Building"
+ "ex:Building",
+ "ex:Library"
],
"ex:contains": {
"@id": "http://example.org/test#book",
@@ -20,4 +20,4 @@
"dc:title": "Chapter One"
}
}
-}
\ No newline at end of file
+}
--- a/test-suite/tests/frame-0008-out.jsonld Tue Feb 28 00:07:24 2012 +0800
+++ b/test-suite/tests/frame-0008-out.jsonld Sun Mar 04 15:37:27 2012 -0500
@@ -16,14 +16,14 @@
"str3"
],
"ex:mixed": [
+ "literal1",
+ "literal2",
{
"@id": "http://example.org/test#iri1"
},
- "literal1",
{
"@id": "http://example.org/test#iri2"
},
- "literal2",
{
"@id": "http://example.org/test#subject2"
}
@@ -31,4 +31,4 @@
"ex:single": [
"single"
]
-}
\ No newline at end of file
+}
--- a/test-suite/tests/normalize-0006-out.jsonld Tue Feb 28 00:07:24 2012 +0800
+++ b/test-suite/tests/normalize-0006-out.jsonld Sun Mar 04 15:37:27 2012 -0500
@@ -1,1 +1,1 @@
-[{"@id":"http://example.org/test#example","@type":["http://example.org/vocab#Foo","http://example.org/vocab#Bar"]}]
\ No newline at end of file
+[{"@id":"http://example.org/test#example","@type":["http://example.org/vocab#Bar","http://example.org/vocab#Foo"]}]