diff --git a/tests/fixtures/AP_scientifiques.odt b/tests/fixtures/AP_scientifiques.odt new file mode 100644 index 0000000..4ef361e Binary files /dev/null and b/tests/fixtures/AP_scientifiques.odt differ diff --git a/tools/create-odt-file-from-template.js b/tools/create-odt-file-from-template.js index 1c1a8f3..4ac09d2 100644 --- a/tools/create-odt-file-from-template.js +++ b/tools/create-odt-file-from-template.js @@ -103,6 +103,7 @@ const templatePath = join(import.meta.dirname, '../tests/fixtures/partially-form const data = {nombre : 37} */ +/* const templatePath = join(import.meta.dirname, '../tests/fixtures/text-after-closing-each.odt') const data = { saison: 'Printemps', @@ -112,7 +113,10 @@ const data = { 'Blette' ] } +*/ +const templatePath = join(import.meta.dirname, '../tests/fixtures/AP_scientifiques.odt') +const data = {nombre : 37} const odtTemplate = await getOdtTemplate(templatePath)