--- a/test-suite/tests/flatten-0041-out.jsonld Thu Jan 10 13:54:08 2013 +0100
+++ b/test-suite/tests/flatten-0041-out.jsonld Thu Jan 10 14:06:02 2013 +0100
@@ -1,15 +1,15 @@
[
{
+ "@list": [
+ { "@value": "lists are never removed as they represent an invisible linked structure" }
+ ]
+ },
+ {
"@id": "http://example.com/node",
"http://example.com/property": [
{
"@value": "nodes with properties are not removed"
}
]
- },
- {
- "@list": [
- { "@value": "lists are never removed as they represent an invisible linked structure" }
- ]
}
]
--- a/test-suite/tests/flatten-manifest.jsonld Thu Jan 10 13:54:08 2013 +0100
+++ b/test-suite/tests/flatten-manifest.jsonld Thu Jan 10 14:06:02 2013 +0100
@@ -209,8 +209,8 @@
}, {
"@type": ["test:TestCase", "jld:ExpandTest"],
"name": "Free-floating sets and lists",
- "input": "expand-0041-in.jsonld",
- "expect": "expand-0041-out.jsonld"
+ "input": "flatten-0041-in.jsonld",
+ "expect": "flatten-0041-out.jsonld"
}
]
}