Update test description to not be interpreted as reference by ReSpec
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 02 May 2013 20:50:37 +0200
changeset 1610 db5e4ce98b86
parent 1609 90e532fbc51d
child 1611 6bd0e3a6ae70
Update test description to not be interpreted as reference by ReSpec
test-suite/tests/toRdf-manifest.jsonld
--- 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"
     }, {