Skip to content

Commit

Permalink
Remove i18n test for a feature that is currently unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoly-scherbakov committed Sep 26, 2023
1 parent a6af335 commit b7d1c95
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 29 deletions.
4 changes: 1 addition & 3 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1748,9 +1748,7 @@ <h3>Converting a <a>YAML scalar</a></h3>
the conversion result is mapped through the
<a data-cite="YAML#core-schema">YAML Core Schema</a>.
</li>
<li id="cir-scalar-i18n" data-tests="
extended-manifest.html#cir-scalar-i18n-1-positive,
extended-manifest.html#cir-scalar-i18n-2-positive">
<li id="cir-scalar-i18n">
Otherwise, if |t| resolves with a prefix of `https://www.w3.org/ns/i18n#`,
and the suffix <strong>does not</strong> contain
an underscore (`"_"`),
Expand Down
12 changes: 0 additions & 12 deletions tests/cases/cir-scalar-i18n-2-positive-in.yamlld

This file was deleted.

4 changes: 0 additions & 4 deletions tests/cases/cir-scalar-i18n-2-positive-out.nq

This file was deleted.

10 changes: 0 additions & 10 deletions tests/manifest.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -156,16 +156,6 @@
"input": "cases/cir-scalar-i18n-1-positive-in.yamlld",
"expect": "cases/cir-scalar-i18n-1-positive-out.yamlld"
},
{
"@id": "#cir-scalar-i18n-2-positive",
"@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"],
"name": "language-tagged string with i18n (RDF)",
"purpose": "If t resolves with a prefix of `https://www.w3.org/ns/i18n#`, and the suffix <strong>does not</strong> contain an underscore, the conversion result is a language-tagged string.",
"req": "must",
"option": {"extendedYAML": true},
"input": "cases/cir-scalar-i18n-2-positive-in.yamlld",
"expect": "cases/cir-scalar-i18n-2-positive-out.nq"
},
{
"@id": "#cir-scalar-other-1-positive",
"@type": ["jld:PositiveEvaluationTest", "jld:ExpandTest"],
Expand Down

0 comments on commit b7d1c95

Please sign in to comment.