From 3120ff8e9fb6379039e3277844ed0ae1e11f36cc Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sun, 1 Feb 2015 13:12:45 +0100 Subject: [PATCH] Fix tex2lyx tests for 23e8db3e5 The textcyr test did not work anymore, since the output of "CYRILLIC SMALL LETTER VE" changed from \textcyr{\char226} to \textcyr{\cyrv}. The the old version is now converted to ERT. In theory it could also be converted to "CYRILLIC SMALL LETTER VE", but this would mean to maintain an extra list, which is not worth the effort. --- src/tex2lyx/test/box-color-size-space-align.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tex2lyx/test/box-color-size-space-align.tex b/src/tex2lyx/test/box-color-size-space-align.tex index 7bff4bd4ab..feee588959 100644 --- a/src/tex2lyx/test/box-color-size-space-align.tex +++ b/src/tex2lyx/test/box-color-size-space-align.tex @@ -454,7 +454,7 @@ from textcomp: \textnumero\texttrademark from textgreek and textcyr: -\textgreek{>a}\textcyr{\char226} +\textgreek{>a}\textcyr{\cyrv} from subscript: \textsubscript{4} -- 2.39.5