From c2a99965418c6127b88efe21646840d193174b3e Mon Sep 17 00:00:00 2001 From: Scott Kostyshak Date: Mon, 7 Jan 2019 14:44:46 -0500 Subject: [PATCH] ctests: uninvert CJK exports that now succeed These tests were likely fixed with d193cd05. There are still some failing CJK tests, but many were fixed. --- development/autotests/invertedTests | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/development/autotests/invertedTests b/development/autotests/invertedTests index 07d1f56edc..8b296147fc 100644 --- a/development/autotests/invertedTests +++ b/development/autotests/invertedTests @@ -73,10 +73,10 @@ export/export/latex/unicodesymbols/070-72-general-punctuation-sub-super-currency export/export/latex/unicodesymbols/074-76-letterlike-numberforms-arrows_cp1256_pdf2 # CJK: -# 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 +# 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/.*_euc-cn_pdf2 export/export/latex/unicodesymbols/.*_gbk_pdf2 export/export/latex/unicodesymbols/.*_jis_pdf2 -- 2.39.2