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.
This commit is contained in:
Scott Kostyshak 2019-01-07 14:44:46 -05:00
parent 52371c969b
commit c2a9996541

View File

@ -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 export/export/latex/unicodesymbols/074-76-letterlike-numberforms-arrows_cp1256_pdf2
# CJK: # CJK:
# Unicode-blocks 008 and 009 work fine with utf8-cjk # Many unicode blocks work fine with utf8-cjk
# everything else fails (special documentclass required?) # Only a few are failing now (special documentclass required?):
export/export/latex/unicodesymbols/00[15].*_utf8-cjk_pdf2 export/export/latex/unicodesymbols/(001|004|070|074).*_utf8-cjk_pdf2
export/export/latex/unicodesymbols/0?[^0].*_utf8-cjk_pdf2
export/export/latex/unicodesymbols/.*_euc-cn_pdf2 export/export/latex/unicodesymbols/.*_euc-cn_pdf2
export/export/latex/unicodesymbols/.*_gbk_pdf2 export/export/latex/unicodesymbols/.*_gbk_pdf2
export/export/latex/unicodesymbols/.*_jis_pdf2 export/export/latex/unicodesymbols/.*_jis_pdf2