From: Scott Kostyshak Date: Mon, 7 Jan 2019 23:17:43 +0000 (-0500) Subject: ctests: improve a regex X-Git-Tag: lyx-2.4.0dev-acb2ca7b~2708 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=84bd05982884a619560f9c765cbed1ec4e9776b6;p=features.git ctests: improve a regex The "004" did not actually match anything, so there is no change in functionality. This commit amends c2a99965. --- 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