Skip to content

Commit

Permalink
Added tests for bug #526.
Browse files Browse the repository at this point in the history
  • Loading branch information
ylussaud committed Sep 11, 2024
1 parent 91a04f6 commit 6f3d3fb
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
,ylp,ylussaud-pc,03.07.2023 15:22,file:///home/ylp/.config/libreoffice/4;
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<ol>
<li><u>Ordered element</u>
<ul>
<li>Unordered element </li>
</ul>
</li>
<li><u>Ordered element</u>
<ol>
<li><u>Ordered element</u>
</ol>
</li>
</ol></body>
</html>
Binary file not shown.
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="case9" templateFileName="case9-template.docx" resultFileName="case9-actual-generation.docx" validationFileName="case9-actual-validation.docx"/>

0 comments on commit 6f3d3fb

Please sign in to comment.