Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,17 +579,17 @@ <h2>Test Suites</h2>

<ul>
<li>
<a href="https://json-ld.github.io/yaml-ld/tests/">YAML-LD tests</a>;
<a href="https://w3c.github.io/yaml-ld/tests/">YAML-LD tests</a> (this specification);
</li>
<li>
<a href="https://w3c.github.io/json-ld-api/tests/">JSON-LD API tests</a>;
<a href="https://w3c.github.io/json-ld-api/tests/">JSON-LD API tests</a> [[JSON-LD11-API]];
</li>
<li>
<a href="https://w3c.github.io/json-ld-framing/tests/">JSON-LD Framing tests</a>,
<a href="https://w3c.github.io/json-ld-framing/tests/">JSON-LD Framing tests</a> [[JSON-LD11-FRAMING]],
</li>
</ul>

<p>...with the exclusion of the test cases where:</p>
<p>...disregarding the test cases where:</p>

<ul>
<li>
Expand All @@ -598,8 +598,8 @@ <h2>Test Suites</h2>
</ul>

<p class="note">
Since YAML is a superset of JSON, testing a YAML-LD against
tests cases from JSON-LD test suites should be trivial.
Since <a href="#json-vs-yaml">YAML is a superset of JSON</a>, testing a YAML-LD implementation against
test cases from JSON-LD test suites should be trivial.
</p>
</section>
</section>
Expand Down