]> git.lyx.org Git - features.git/blobdiff - src/tex2lyx/test/runtests.py
Fix bug #8468: Wrong import of UTF8 CJK.
[features.git] / src / tex2lyx / test / runtests.py
index 9fa28e67e8cd712309462096020f47b626b53efc..1ae90debd27cc2ac9e2e921c91276b06afce4175 100755 (executable)
@@ -56,7 +56,7 @@ def main(argv):
     else:
         files = ['test.ltx', 'test-structure.tex', 'test-insets.tex', \
              'test-modules.tex', 'box-color-size-space-align.tex', \
-             'CJK.tex', 'XeTeX-polyglossia.tex']
+             'CJK.tex', 'CJKutf8.tex', 'XeTeX-polyglossia.tex']
 
     errors = []
     overwrite = (outputdir == inputdir)