Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
hcayless committed Nov 16, 2023
1 parent 8a87186 commit 851f30a
Show file tree
Hide file tree
Showing 18 changed files with 10,804 additions and 1,686 deletions.
2 changes: 1 addition & 1 deletion Test/expected-results/oddbyexample.odd
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
</classSpec>
<classSpec ident="att.datable" type="atts" mode="change">
<attList>
<attDef ident="calendar" mode="delete"/>
<attDef ident="period" mode="delete"/>
</attList>
</classSpec>
Expand Down Expand Up @@ -163,6 +162,7 @@
<moduleRef key="core" include="p title"/>
<elementSpec ident="title" mode="change">
<attList>
<attDef ident="calendar" mode="delete"/>
<attDef ident="level" mode="delete"/>
<attDef ident="type" mode="delete"/>
</attList>
Expand Down
314 changes: 264 additions & 50 deletions Test/expected-results/test.isosch

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions Test/expected-results/test.odd.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,15 @@ <h1>
<span xml:lang="en" lang="en">provides attributes that may be used to supply a
<span class="term">canonical reference</span>as a means of identifying the target of a pointer.</span></td>
</tr>
<tr>
<td id="TEI.att.calendarSystem">
<span class="hi">
<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-att.calendarSystem.html">att.calendarSystem</a>
</span>:
<span xml:lang="en" lang="en">provides attributes for indicating calendar systems to which a date belongs.</span>[
<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONADA">3.6.4. Dates and Times</a>
<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDDATE">13.4. Dates</a>]</td>
</tr>
<tr>
<td id="TEI.att.canonical">
<span class="hi">
Expand Down Expand Up @@ -669,7 +678,7 @@ <h1>
</span>:
<span xml:lang="en" lang="en">provides attributes common to elements which refer to named persons, places, organizations etc.</span>[
<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CO.html#CONARS">3.6.1. Referring Strings</a>
<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDNYM">13.3.6. Names and Nyms</a>]</td>
<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ND.html#NDNYM">13.3.7. Names and Nyms</a>]</td>
</tr>
<tr>
<td id="TEI.att.notated">
Expand Down Expand Up @@ -3638,7 +3647,7 @@ <h1>
<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/ref-samplingDecl.html">samplingDecl</a>
</span>: (
<span xml:lang="en" lang="en">sampling declaration</span>)
<span xml:lang="en" lang="en">contains a prose description of the rationale and methods used in sampling texts in the creation of a corpus or collection.</span>[
<span xml:lang="en" lang="en">contains a prose description of the rationale and methods used in selecting texts, or parts of a text, for inclusion in the resource.</span>[
<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD52">2.3.2. The Sampling Declaration</a>
<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/HD.html#HD5">2.3. The Encoding Description</a>
<a class="link_ref" href="https://www.tei-c.org/release/doc/tei-p5-doc/en/html/CC.html#CCAS2">15.3.2. Declarable Elements</a>]</td>
Expand Down
465 changes: 393 additions & 72 deletions Test/expected-results/test.rng

Large diffs are not rendered by default.

100 changes: 61 additions & 39 deletions Test/expected-results/test15.odd.html

Large diffs are not rendered by default.

Loading

0 comments on commit 851f30a

Please sign in to comment.