Stephan Witt wrote: > After applying the patches I get: > > $ (cd lyx-build/cmake/2.2.0dev;ctest -C debug -R tex2lyx) > Test project /Users/stephan/git/lyx-build/cmake/2.2.0dev > > … > > 86% tests passed, 4 tests failed out of 28 > > Label Time Summary: > cmplyx = 21.45 sec (14 tests) > roundtrip = 13.68 sec (14 tests) > > Total Test time (real) = 35.21 sec > > The following tests FAILED: > 12 - tex2lyx/roundtrip/CJK.tex (Failed) > 13 - tex2lyx/cmplyx/CJK.tex (Failed) > 14 - tex2lyx/roundtrip/CJKutf8.tex (Failed) > 15 - tex2lyx/cmplyx/CJKutf8.tex (Failed) > Errors while running CTest > > That’s much better and I can give a +1.
Thanks. This result is expected, both these files use more than one encoding. > Only one thing: I had to remove a duplicate definition of index_number > in src/tex2lyx/Preamble.h - the combination of the two diffs seems to > add it twice. The real commit shouldn’t have this problem... Sorry, I forgot that when splitting the diff manually (did not want to commit parts locally because I did not know yet whether this will go in as is). Georg