From 84bd05982884a619560f9c765cbed1ec4e9776b6 Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Mon, 7 Jan 2019 18:17:43 -0500 Subject: [PATCH] ctests: improve a regex The "004" did not actually match anything, so there is no change in functionality. This commit amends c2a99965. --- development/autotests/invertedTests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/autotests/invertedTests b/development/autotests/invertedTests index 398855aa80..bc2e753e9f 100644 --- a/development/autotests/invertedTests +++ b/development/autotests/invertedTests @@ -75,7 +75,7 @@ export/export/latex/unicodesymbols/074-76-letterlike-numberforms-arrows_cp1256_p # CJK: # Many unicode blocks work fine with utf8-cjk # Only a few are failing now (special documentclass required?): -export/export/latex/unicodesymbols/(001|004|070|074).*_utf8-cjk_pdf2 +export/export/latex/unicodesymbols/(001|070|074).*_utf8-cjk_pdf2 export/export/latex/unicodesymbols/.*_euc-cn_pdf2 export/export/latex/unicodesymbols/.*_gbk_pdf2 -- 2.39.2