Merge pull request #789 from dolanmiu/feat/compat-mode

#627 Add footnotes relationships
This commit is contained in:
Dolan
2021-03-02 00:43:00 +00:00
committed by GitHub
12 changed files with 104 additions and 63 deletions

View File

@ -30,6 +30,7 @@ describe("Compiler", () => {
expect(fileNames).to.include("docProps/app.xml");
expect(fileNames).to.include("word/numbering.xml");
expect(fileNames).to.include("word/footnotes.xml");
expect(fileNames).to.include("word/_rels/footnotes.xml.rels");
expect(fileNames).to.include("word/settings.xml");
expect(fileNames).to.include("word/_rels/document.xml.rels");
expect(fileNames).to.include("[Content_Types].xml");