--- a/test-suite/tests/toRdf-manifest.jsonld Thu May 02 11:38:18 2013 -0700
+++ b/test-suite/tests/toRdf-manifest.jsonld Thu May 02 20:50:37 2013 +0200
@@ -94,14 +94,14 @@
"@id": "#t0013",
"@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
"name": "Creation of an empty list",
- "purpose": "Tests that [[]] generates an empty list.",
+ "purpose": "Tests that @list: [] generates an empty list.",
"input": "toRdf-0013-in.jsonld",
"expect": "toRdf-0013-out.nq"
}, {
"@id": "#t0014",
"@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
"name": "Creation of a list with single element",
- "purpose": "Tests that [[a]] generates list.",
+ "purpose": "Tests that @list generates a list.",
"input": "toRdf-0014-in.jsonld",
"expect": "toRdf-0014-out.nq"
}, {