reduced test case
This commit is contained in:
parent
fbadfc7144
commit
657f8ce624
BIN
tests/fixtures/AP_scientifiques.odt
vendored
Normal file
BIN
tests/fixtures/AP_scientifiques.odt
vendored
Normal file
Binary file not shown.
@ -103,6 +103,7 @@ const templatePath = join(import.meta.dirname, '../tests/fixtures/partially-form
|
|||||||
const data = {nombre : 37}
|
const data = {nombre : 37}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
const templatePath = join(import.meta.dirname, '../tests/fixtures/text-after-closing-each.odt')
|
const templatePath = join(import.meta.dirname, '../tests/fixtures/text-after-closing-each.odt')
|
||||||
const data = {
|
const data = {
|
||||||
saison: 'Printemps',
|
saison: 'Printemps',
|
||||||
@ -112,7 +113,10 @@ const data = {
|
|||||||
'Blette'
|
'Blette'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
|
const templatePath = join(import.meta.dirname, '../tests/fixtures/AP_scientifiques.odt')
|
||||||
|
const data = {nombre : 37}
|
||||||
|
|
||||||
|
|
||||||
const odtTemplate = await getOdtTemplate(templatePath)
|
const odtTemplate = await getOdtTemplate(templatePath)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user