From: Tommaso Cucinotta Date: Tue, 12 Jul 2011 15:55:32 +0000 (+0000) Subject: Added to the test-case the case that was actually failing (replacing with multi-cells... X-Git-Tag: 2.1.0beta1~2941 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4622b215bab371c947dba3dcab9722902abebec8;p=features.git Added to the test-case the case that was actually failing (replacing with multi-cells inside math). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39280 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/autotests/findadv-20-in.txt b/development/autotests/findadv-20-in.txt index 5f6e468a54..05b62b475c 100644 --- a/development/autotests/findadv-20-in.txt +++ b/development/autotests/findadv-20-in.txt @@ -2,6 +2,7 @@ # Addresses #7675. # Lang it_IT.utf8 + TestBegin test.lyx -dbg find > lyx-log.txt 2>&1 KK: a a a\C\[Home] KK: \CF @@ -12,3 +13,14 @@ KK: \Ax KK: buffer-export latex\[Return] TestEnd Assert pcregrep -M '^\$\\frac\{1\}\{a\}\$ \$\\frac\{1\}\{a\}\$ a' test.tex + +TestBegin test2.lyx -dbg find > lyx-log.txt 2>&1 +KK: \Cma \Cma \Cma \C\[Home] +KK: \CF +KK: a\[Tab] +KK: \Cm\\frac 1\[Down]a\[Return]\[Return]\[Return] +KK: \Cs +KK: \Ax +KK: buffer-export latex\[Return] +TestEnd +Assert pcregrep -M '^\$\\frac\{1\}\{a\}\$ \$\\frac\{1\}\{a\}\$ \$a\$' test2.tex