From 0c50f4e45fea5db208d0d348d704542daf225e5e Mon Sep 17 00:00:00 2001 From: Gregg Kellogg Date: Tue, 22 Apr 2025 14:14:29 -0700 Subject: [PATCH 1/2] Tests t0112 and t0113 use 1.1-specific features and should have `specVersion: 1.1` to not interfer with 1.0 development. Fixes #649. --- tests/compact-manifest.jsonld | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/compact-manifest.jsonld b/tests/compact-manifest.jsonld index 394a7ee2..4a8f75ff 100644 --- a/tests/compact-manifest.jsonld +++ b/tests/compact-manifest.jsonld @@ -946,7 +946,8 @@ "purpose": "With @container: @index and @index a compact IRI, ensure round-tripping of compacted representation", "input": "compact/0112-in.jsonld", "context": "compact/0112-context.jsonld", - "expect": "compact/0112-out.jsonld" + "expect": "compact/0112-out.jsonld", + "option": {"specVersion": "json-ld-1.1"} }, { "@id": "#t0113", "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"], @@ -954,7 +955,8 @@ "purpose": "With @container: @index and @index an absolute IRI, ensure round-tripping of compacted representation", "input": "compact/0113-in.jsonld", "context": "compact/0113-context.jsonld", - "expect": "compact/0113-out.jsonld" + "expect": "compact/0113-out.jsonld", + "option": {"specVersion": "json-ld-1.1"} }, { "@id": "#t0114", "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"], From b4d2ed757f2af768022654818a9cb2e6acc0cf73 Mon Sep 17 00:00:00 2001 From: gkellogg Date: Tue, 22 Apr 2025 21:16:21 +0000 Subject: [PATCH 2/2] Automated report generation --- tests/compact-manifest.html | 14 ++++++++++++++ tests/fromRdf-manifest.html | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/tests/compact-manifest.html b/tests/compact-manifest.html index eeceee46..ceccdab7 100644 --- a/tests/compact-manifest.html +++ b/tests/compact-manifest.html @@ -3160,6 +3160,13 @@

compact/0112-out.jsonld
+
Options
+
+
+
specVersion
+
json-ld-1.1
+
+
@@ -3185,6 +3192,13 @@

compact/0113-out.jsonld
+
Options
+
+
+
specVersion
+
json-ld-1.1
+
+
diff --git a/tests/fromRdf-manifest.html b/tests/fromRdf-manifest.html index 1ab97678..9c103e9d 100644 --- a/tests/fromRdf-manifest.html +++ b/tests/fromRdf-manifest.html @@ -1421,11 +1421,11 @@

List of lists
input
- fromRdf/li02-in.nq + fromRdf/li03-in.nq
expect
- fromRdf/li02-out.jsonld + fromRdf/li03-out.jsonld
Options