From fbc0072c929b514681a94a8d5ab52ed495c53538 Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Sun, 6 Nov 2022 20:31:58 +0100 Subject: [PATCH] for #1235: fix incorrect exemption for XEP-0143 --- tools/validate-xep0001-conformance.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/validate-xep0001-conformance.sh b/tools/validate-xep0001-conformance.sh index f1abd268..79fcceb6 100755 --- a/tools/validate-xep0001-conformance.sh +++ b/tools/validate-xep0001-conformance.sh @@ -96,7 +96,7 @@ esac # FIXME: lots of duplications here. Find a better solution. case $file_name in - 'xep-0001.xml' | 'xep-0002.xml' | 'xep-0019.xml' | 'xep-0053.xml' | 'xep-00143.xml' | 'xep-0182.xml' | 'xep-0345.xml' | 'xep-0381.xml' | 'xep-0429.xml' | 'xep-0458.xml' ) + 'xep-0001.xml' | 'xep-0002.xml' | 'xep-0019.xml' | 'xep-0053.xml' | 'xep-0143.xml' | 'xep-0182.xml' | 'xep-0345.xml' | 'xep-0381.xml' | 'xep-0429.xml' | 'xep-0458.xml' ) case $header_type in Historical | Humorous | Informational | Organizational | 'Standards Track' | 'Procedural' ) echo "[PASS] XPATH value /xep/header/type/text() ('$header_type') equals a defined type."