Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rspec #319

Merged
merged 1 commit into from
Nov 30, 2023
Merged

rspec #319

Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile.devel
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gem "isodoc", git: "https://github.com/metanorma/isodoc", branch: "fix/i18n-yaml-inheritance"
gem "isodoc", git: "https://github.com/metanorma/isodoc", branch: "main"
12 changes: 11 additions & 1 deletion lib/metanorma/ieee/isodoc.rng
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
these elements; we just want one namespace for any child grammars
of this.
-->
<!-- VERSION v1.2.8 -->
<!-- VERSION v1.2.9 -->
<grammar xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<include href="reqt.rng"/>
<include href="basicdoc.rng">
Expand Down Expand Up @@ -1958,6 +1958,16 @@
<data type="boolean"/>
</attribute>
</optional>
<optional>
<attribute name="type">
<choice>
<value>letter</value>
<value>symbol</value>
<value>formula</value>
<value>equation</value>
</choice>
</attribute>
</optional>
<element name="name">
<oneOrMore>
<choice>
Expand Down
2 changes: 1 addition & 1 deletion spec/isodoc/section_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@
OUTPUT
html = <<~OUTPUT
<div id='boilerplate-participants'>
<h1 class='IntroTitle' id="_">Participants</h1>
<h1 class='IntroTitle'>Participants</h1>
<div id='boilerplate-participants-wg'>
<p id='_'>
At the time this draft Standard was completed, the Working Group had the
Expand Down