mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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
This commit is contained in:
parent
e87e2860e7
commit
4622b215ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user