Skip to content

Commit 7314022

Browse files
committed
Replace js22 with what was js23, as the former js22 was redundant with js18.
1 parent 5f6f8a7 commit 7314022

File tree

5 files changed

+3
-52
lines changed

5 files changed

+3
-52
lines changed

tests/expand-manifest.html

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6445,7 +6445,7 @@ <h2>
64456445
</dl>
64466446
</dd>
64476447
<dt id='tjs22'>
6448-
Test tjs22 Expand JSON literal (null).
6448+
Test tjs22 Expand JSON literal (null) aleady in expanded form.
64496449
</dt>
64506450
<dd>
64516451
<dl class='entry'>
@@ -6472,34 +6472,6 @@ <h2>
64726472
</dd>
64736473
</dl>
64746474
</dd>
6475-
<dt id='tjs23'>
6476-
Test tjs23 Expand JSON literal (null) aleady in expanded form.
6477-
</dt>
6478-
<dd>
6479-
<dl class='entry'>
6480-
<dt>id</dt>
6481-
<dd>#tjs23</dd>
6482-
<dt>Type</dt>
6483-
<dd>jld:PositiveEvaluationTest, jld:ExpandTest</dd>
6484-
<dt>Purpose</dt>
6485-
<dd>Tests expanding property with @type @json to a JSON literal (null).</dd>
6486-
<dt>input</dt>
6487-
<dd>
6488-
<a href='expand/js23-in.jsonld'>expand/js23-in.jsonld</a>
6489-
</dd>
6490-
<dt>expect</dt>
6491-
<dd>
6492-
<a href='expand/js23-out.jsonld'>expand/js23-out.jsonld</a>
6493-
</dd>
6494-
<dt>Options</dt>
6495-
<dd>
6496-
<dl class='options'>
6497-
<dt>specVersion</dt>
6498-
<dd>json-ld-1.1</dd>
6499-
</dl>
6500-
</dd>
6501-
</dl>
6502-
</dd>
65036475
<dt id='tl001'>
65046476
Test tl001 Language map with null value
65056477
</dt>

tests/expand-manifest.jsonld

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1938,19 +1938,11 @@
19381938
}, {
19391939
"@id": "#tjs22",
19401940
"@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
1941-
"name": "Expand JSON literal (null).",
1941+
"name": "Expand JSON literal (null) aleady in expanded form.",
19421942
"purpose": "Tests expanding property with @type @json to a JSON literal (null).",
19431943
"input": "expand/js22-in.jsonld",
19441944
"expect": "expand/js22-out.jsonld",
19451945
"option": {"specVersion": "json-ld-1.1"}
1946-
}, {
1947-
"@id": "#tjs23",
1948-
"@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
1949-
"name": "Expand JSON literal (null) aleady in expanded form.",
1950-
"purpose": "Tests expanding property with @type @json to a JSON literal (null).",
1951-
"input": "expand/js23-in.jsonld",
1952-
"expect": "expand/js23-out.jsonld",
1953-
"option": {"specVersion": "json-ld-1.1"}
19541946
}, {
19551947
"@id": "#tl001",
19561948
"@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],

tests/expand/js22-in.jsonld

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
{
2-
"@context": {
3-
"@version": 1.1,
4-
"e": {"@id": "http://example.org/vocab#null", "@type": "@json"}
5-
},
6-
"e": null
2+
"http://example.org/vocab#null": {"@value": null, "@type": "@json"}
73
}

tests/expand/js23-in.jsonld

Lines changed: 0 additions & 3 deletions
This file was deleted.

tests/expand/js23-out.jsonld

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)