From 95432d3f4e14688daba39ea1d65c8e4811f04ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edwin=20T=C3=B6r=C3=B6k?= Date: Tue, 19 Dec 2023 00:43:25 +0000 Subject: test(docx): add workaround for mc:Ignorable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `make validate-docx-golden-tests` now passes Fixes https://github.com/jgm/pandoc/issues/9269 Signed-off-by: Edwin Török --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5d1be9ef8..2684d4284 100644 --- a/Makefile +++ b/Makefile @@ -238,7 +238,8 @@ update-website: ## update website and upload validate-docx-golden-tests: ## validate docx golden tests against schema which xmllint || ("xmllint is required" && exit 1) test -d ./docx-validator || \ - git clone https://github.com/devoidfury/docx-validator + (git clone https://github.com/devoidfury/docx-validator && \ + cd docx-validator && patch -p1 <../wml.xsd.patch) sh ./tools/validate-docx.sh test/docx/golden/*.docx .PHONY: validate-docx-golden-tests -- cgit v1.2.3