This commit is contained in:
David Bruant 2025-04-26 19:59:30 +02:00
parent 94dbd2c54e
commit 08085debc5

View File

@ -217,13 +217,6 @@ function fillEachBlock(startNode, iterableExpression, itemExpression, endNode, d
} }
function findEachBlockStartsInString(str){
}
/** /**
* *
@ -269,7 +262,7 @@ function fillTemplatedOdtElement(rootElement, data, Node){
else{ else{
remainingText = '' remainingText = ''
} }
// per spec, currentNode now contains before-match and match text // per spec, currentNode now contains before-match and match text
if(match.index > 0){ if(match.index > 0){