spec/isodoc/table_spec.rb in isodoc-0.9.23 vs spec/isodoc/table_spec.rb in isodoc-0.10.0
- old
+ new
@@ -53,10 +53,14 @@
<dt>Drago</dt>
<dd>A type of rice</dd>
</dl>
<note><p>This is a table about rice</p></note>
</table>
+
+<table id="tableD-2" unnumbered="true">
+<tbody><tr><td>A</td></tr></tbody>
+</table>
</foreword>
</preface>
</iso-standard>
INPUT
#{HTML_HDR}
@@ -111,9 +115,17 @@
<dd>A type of rice</dd>
</dl>
<div id="" class="Note">
<p><span class="note_label">NOTE</span>  This is a table about rice</p>
</div>
+ </table>
+ <p class="TableTitle" align="center"/>
+ <table id="tableD-2" class="MsoISOTable" border="1" cellspacing="0" cellpadding="0">
+ <tbody>
+ <tr>
+ <td style="border-top:solid windowtext 1.5pt;border-bottom:solid windowtext 1.5pt;">A</td>
+ </tr>
+ </tbody>
</table>
</div>
<p class="zzSTDTitle1"/>
</div>
</body>