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/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"],
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 @@