-
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 first space removal in M2DocHTMLParser.
- Loading branch information
Showing
8 changed files
with
55 additions
and
2 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
11 changes: 11 additions & 0 deletions
11
...eonetwork.m2doc.html.tests/resources/m2DocHtmlServices/bug449_2/bug449_2-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 === |
File renamed without changes.
Binary file added
BIN
+12.5 KB
...k.m2doc.html.tests/resources/m2DocHtmlServices/bug449_2/bug449_2-expected-generation.docx
Binary file not shown.
Empty file.
Binary file added
BIN
+12 KB
....obeonetwork.m2doc.html.tests/resources/m2DocHtmlServices/bug449_2/bug449_2-template.docx
Binary file not shown.
2 changes: 2 additions & 0 deletions
2
tests/org.obeonetwork.m2doc.html.tests/resources/m2DocHtmlServices/bug449_2/bug449_2.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"/> |
16 changes: 16 additions & 0 deletions
16
tests/org.obeonetwork.m2doc.html.tests/resources/m2DocHtmlServices/bug449_2/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,16 @@ | ||
<html> | ||
<header> | ||
</header> | ||
<body> | ||
<p>Some text at the begin:<br/><blockquote> | ||
<div><blockquote> | ||
<div><ul> | ||
<li><WOW> and the text continue here,</li> | ||
<li><WAW> and a bit more here,</li> | ||
</ul></div> | ||
</blockquote></div> | ||
</blockquote>Then it's time for <THE> last paragraph.</p> | ||
</body> | ||
</html> | ||
|
||
|