Skip to content

Commit

Permalink
Added tests for #485.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Jun 6, 2023
1 parent 31dc437 commit 4f460d1
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<html>
<header>
</header>
<body>
<table>
<colgroup>
<col style="width: 11.5384%;" />
<col style="width: 11.5384%;" />
<col style="width: 57.6923%;" />
<col style="width: 11.5384%;" />
<col style="width: 7.6925%;" />
</colgroup>
<thead>
<tr>
<th>Hearder 1</th>
<th>Hearder 2</th>
<th>Hearder 3</th>
<th>Hearder 4</th>
<th>Hearder 5</th>
</tr>
</thead>
<tbody>
<tr>
<td><p class="tableblock">cell 2.1</p></td>
<td><p class="tableblock">cell 2.1</p></td>
<td><p class="tableblock">cell 2.3</p></td>
<td><p class="tableblock">cell 2.4</p></td>
<td><p class="tableblock">cell 2.5</p></td>
</tr>
</tbody>
</table>
</body>
</html>

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

=== HEADER ===

=== BODY ===

A simple demonstration of a query :
[query: .fromHTMLURI('doc.html')]
End of demonstration.
=== FOOTER ===

=== TEMPLATES ===
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
<genconf:Generation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:genconf="http://www.obeonetwork.org/m2doc/genconf/1.0" name="table" templateFileName="table-template.docx" resultFileName="table-actual-generation.docx" validationFileName="table-actual-validation.docx"/>

0 comments on commit 4f460d1

Please sign in to comment.