From 5fba6aed21fbdd6ddab2868679ea0a88f341398c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Milde?= Date: Thu, 24 Nov 2016 11:53:06 +0100 Subject: [PATCH] ctests: correct inversion pattern for utf8-cjk tests. --- development/autotests/invertedTests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/autotests/invertedTests b/development/autotests/invertedTests index e66b52e3ff..060b87fac0 100644 --- a/development/autotests/invertedTests +++ b/development/autotests/invertedTests @@ -88,7 +88,7 @@ export/export/latex/unicodesymbols/074-76-letterlike-numberforms-arrows_cp1256_p # Unicode-blocks 008 and 009 work fine with utf8-cjk # everything else fails (special documentclass required?) export/export/latex/unicodesymbols/00[15].*_utf8-cjk_pdf2 -export/export/latex/unicodesymbols/0[^0].*_utf8-cjk_pdf2 +export/export/latex/unicodesymbols/0?[^0].*_utf8-cjk_pdf2 export/export/latex/unicodesymbols/.*_euc-cn_pdf2 export/export/latex/unicodesymbols/.*_gbk_pdf2 export/export/latex/unicodesymbols/.*_jis_pdf2