-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed #515 HTML service text between table is not inserted.
- Loading branch information
Showing
10 changed files
with
152 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+1 Byte
(100%)
...twork.m2doc.html.tests/resources/m2DocHtmlServices/bug486/bug486-expected-generation.docx
Binary file not shown.
11 changes: 11 additions & 0 deletions
11
...g.obeonetwork.m2doc.html.tests/resources/m2DocHtmlServices/bug515/bug515-expected-ast.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 === |
Empty file.
Binary file added
BIN
+12.2 KB
...twork.m2doc.html.tests/resources/m2DocHtmlServices/bug515/bug515-expected-generation.docx
Binary file not shown.
Empty file.
Binary file added
BIN
+12 KB
.../org.obeonetwork.m2doc.html.tests/resources/m2DocHtmlServices/bug515/bug515-template.docx
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
tests/org.obeonetwork.m2doc.html.tests/resources/m2DocHtmlServices/bug515/bug515.genconf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="a" templateFileName="a-template.docx" resultFileName="a-actual-generation.docx" validationFileName="a-actual-validation.docx"/> |
120 changes: 120 additions & 0 deletions
120
tests/org.obeonetwork.m2doc.html.tests/resources/m2DocHtmlServices/bug515/doc.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,120 @@ | ||
<html> | ||
<head> | ||
</head> | ||
<body> | ||
<table> | ||
<tr> | ||
<td>Title 1</td> | ||
<td>Title 2</td> | ||
<td>Title 3</td> | ||
<td>Title 4</td> | ||
<td>Title 5</td> | ||
</tr> | ||
<tr> | ||
<td>cell 1.1</td> | ||
<td>cell 1.2</td> | ||
<td>cell 1.3</td> | ||
<td>cell 1.4</td> | ||
<td>cell 1.5</td> | ||
</tr> | ||
<tr> | ||
<td>cell 2.1</td> | ||
<td>cell 2.2</td> | ||
<td>cell 2.3</td> | ||
<td>cell 2.4</td> | ||
<td>cell 2.5</td> | ||
</tr> | ||
<tr> | ||
<td>cell 3.1</td> | ||
<td>cell 3.2</td> | ||
<td>cell 3.3</td> | ||
<td>cell 3.4</td> | ||
<td>cell 3.5</td> | ||
</tr> | ||
<tr> | ||
<td>cell 4.1</td> | ||
<td>cell 4.2</td> | ||
<td>cell 4.3</td> | ||
<td>cell 4.4</td> | ||
<td>cell 4.5</td> | ||
</tr> | ||
</table> | ||
Text 1 after first table<br/><table> | ||
<tr> | ||
<td>Title 1</td> | ||
<td>Title 2</td> | ||
<td>Title 3</td> | ||
<td>Title 4</td> | ||
<td>Title 5</td> | ||
</tr> | ||
<tr> | ||
<td>cell 1.1</td> | ||
<td>cell 1.2</td> | ||
<td>cell 1.3</td> | ||
<td>cell 1.4</td> | ||
<td>cell 1.5</td> | ||
</tr> | ||
<tr> | ||
<td>cell 2.1</td> | ||
<td>cell 2.2</td> | ||
<td>cell 2.3</td> | ||
<td>cell 2.4</td> | ||
<td>cell 2.5</td> | ||
</tr> | ||
<tr> | ||
<td>cell 3.1</td> | ||
<td>cell 3.2</td> | ||
<td>cell 3.3</td> | ||
<td>cell 3.4</td> | ||
<td>cell 3.5</td> | ||
</tr> | ||
<tr> | ||
<td>cell 4.1</td> | ||
<td>cell 4.2</td> | ||
<td>cell 4.3</td> | ||
<td>cell 4.4</td> | ||
<td>cell 4.5</td> | ||
</tr> | ||
</table> | ||
Text 1 after second table<br/><table> | ||
<tr> | ||
<td>Title 1</td> | ||
<td>Title 2</td> | ||
<td>Title 3</td> | ||
<td>Title 4</td> | ||
<td>Title 5</td> | ||
</tr> | ||
<tr> | ||
<td>cell 1.1</td> | ||
<td>cell 1.2</td> | ||
<td>cell 1.3</td> | ||
<td>cell 1.4</td> | ||
<td>cell 1.5</td> | ||
</tr> | ||
<tr> | ||
<td>cell 2.1</td> | ||
<td>cell 2.2</td> | ||
<td>cell 2.3</td> | ||
<td>cell 2.4</td> | ||
<td>cell 2.5</td> | ||
</tr> | ||
<tr> | ||
<td>cell 3.1</td> | ||
<td>cell 3.2</td> | ||
<td>cell 3.3</td> | ||
<td>cell 3.4</td> | ||
<td>cell 3.5</td> | ||
</tr> | ||
<tr> | ||
<td>cell 4.1</td> | ||
<td>cell 4.2</td> | ||
<td>cell 4.3</td> | ||
<td>cell 4.4</td> | ||
<td>cell 4.5</td> | ||
</tr> | ||
</table> | ||
Text 3 after third table<br/> | ||
</body> | ||
</html> | ||
|
||
|