Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Dec 11, 2018
1 parent 57b2a7f commit 880bf51
Show file tree
Hide file tree
Showing 4 changed files with 833 additions and 828 deletions.
2 changes: 1 addition & 1 deletion lib/metanorma/csand/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Metanorma
module Csand
VERSION = "1.0.9"
VERSION = "1.0.10"
end
end
49 changes: 26 additions & 23 deletions spec/asciidoctor/base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@
<title language="en" format="text/plain">Main Title</title>
<docidentifier type="csand">1000(wd):2001</docidentifier>
<docnumber>1000</docnumber>
<edition>2</edition>
<version>
<revision-date>2000-01-01</revision-date>
<draft>3.4</draft>
</version>
<contributor>
<role type="author"/>
<organization>
Expand Down Expand Up @@ -102,11 +107,7 @@
<committee type="A">TC</committee>
<committee type="B">TC1</committee>
</editorialgroup>
</bibdata><version>
<edition>2</edition>
<revision-date>2000-01-01</revision-date>
<draft>3.4</draft>
</version>
</bibdata>
<sections/>
</csand-standard>
OUTPUT
Expand Down Expand Up @@ -134,6 +135,11 @@
<title language="en" format="text/plain">Main Title</title>
<docidentifier type="csand">1000(cd)</docidentifier>
<docnumber>1000</docnumber>
<edition>2</edition>
<version>
<revision-date>2000-01-01</revision-date>
<draft>3.4</draft>
</version>
<contributor>
<role type="author"/>
<organization>
Expand All @@ -160,11 +166,7 @@
<editorialgroup>
<committee/>
</editorialgroup>
</bibdata><version>
<edition>2</edition>
<revision-date>2000-01-01</revision-date>
<draft>3.4</draft>
</version>
</bibdata>
<sections/>
</csand-standard>
OUTPUT
Expand Down Expand Up @@ -192,6 +194,11 @@
<title language="en" format="text/plain">Main Title</title>
<docidentifier type="csand">1000(d)</docidentifier>
<docnumber>1000</docnumber>
<edition>2</edition>
<version>
<revision-date>2000-01-01</revision-date>
<draft>3.4</draft>
</version>
<contributor>
<role type="author"/>
<organization>
Expand All @@ -218,11 +225,7 @@
<editorialgroup>
<committee/>
</editorialgroup>
</bibdata><version>
<edition>2</edition>
<revision-date>2000-01-01</revision-date>
<draft>3.4</draft>
</version>
</bibdata>
<sections/>
</csand-standard>
OUTPUT
Expand Down Expand Up @@ -251,7 +254,11 @@
<title language="en" format="text/plain">Main Title</title>
<docidentifier type="csand">1000:2001</docidentifier>
<docnumber>1000</docnumber>
<contributor>
<edition>2</edition>
<version>
<revision-date>2000-01-01</revision-date>
<draft>3.4</draft>
</version> <contributor>
<role type="author"/>
<organization>
<name>Ribose</name>
Expand All @@ -277,11 +284,7 @@
<editorialgroup>
<committee/>
</editorialgroup>
</bibdata><version>
<edition>2</edition>
<revision-date>2000-01-01</revision-date>
<draft>3.4</draft>
</version>
</bibdata>
<sections/>
</csand-standard>
OUTPUT
Expand Down Expand Up @@ -399,8 +402,8 @@
<p id="_"><em>emphasis</em>
<strong>strong</strong>
<tt>monospace</tt>
"double quote"
'single quote'
double quote
single quote
super<sup>script</sup>
sub<sub>script</sub>
<stem type="AsciiMath">a_90</stem>
Expand Down
Loading

0 comments on commit 880bf51

Please sign in to comment.