]> git.lyx.org Git - lyx.git/commitdiff
Added to the test-case the case that was actually failing (replacing with multi-cells...
authorTommaso Cucinotta <tommaso@lyx.org>
Tue, 12 Jul 2011 15:55:32 +0000 (15:55 +0000)
committerTommaso Cucinotta <tommaso@lyx.org>
Tue, 12 Jul 2011 15:55:32 +0000 (15:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39280 a592a061-630c-0410-9148-cb99ea01b6c8

development/autotests/findadv-20-in.txt

index 5f6e468a54815ac481ac37ee15866e98e01af7d0..05b62b475c6be8d65432e826e29801fda3a9e4f3 100644 (file)
@@ -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