Skip to content

Commit

Permalink
Merge pull request #86 from metanorma/feature/presentation-terms
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis authored Jan 20, 2025
2 parents 2557f10 + e9e151d commit eb78cd5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Gemfile.devel
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
gem "isodoc", git: "https://github.com/metanorma/isodoc", branch: "feature/presentation-terms"
gem "metanorma-standoc", git: "https://github.com/metanorma/metanorma-standoc", branch: "fix/remove-asciimath2unitsml"
4 changes: 2 additions & 2 deletions spec/isodoc/html_convert_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@
<terms id="H" obligation="normative" displayorder="1"><fmt-title>1.&#160; Terms, Definitions, Symbols and Abbreviated Terms</fmt-title>
<term id="J">
<fmt-name>1.1.</fmt-name>
<preferred>Term2</preferred>
<fmt-preferred><p>Term2</p></fmt-preferred>
</term>
</terms>
</sections>
Expand Down Expand Up @@ -744,7 +744,7 @@
<span class="fmt-autonum-delim">.</span>
<semx element="autonum" source="J">1</semx>
</fmt-xref-label>
<preferred>Term2</preferred>
<preferred id="_">Term2</preferred>
</term>
</terms>
<definitions id="K">
Expand Down
2 changes: 1 addition & 1 deletion spec/metanorma/processor_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<sections>
<terms id="H" obligation="normative" displayorder="1"><fmt-title>Terms, Definitions, Symbols and Abbreviated Terms</fmt-title>
<term id="J">
<preferred>Term2</preferred>
<fmt-preferred><p>Term2</p></fmt-preferred>
</term>
</terms>
</sections>
Expand Down

0 comments on commit eb78cd5

Please sign in to comment.