mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Added regression test for #7675 (ensure that after replacing multi-cell math contents the cursor is properly advanced).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39279 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
81e4dc47b2
commit
e87e2860e7
14
development/autotests/findadv-20-in.txt
Normal file
14
development/autotests/findadv-20-in.txt
Normal file
@ -0,0 +1,14 @@
|
||||
# Avoiding recursive replacements when replaced text matches search pattern
|
||||
# Addresses #7675.
|
||||
#
|
||||
Lang it_IT.utf8
|
||||
TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
|
||||
KK: a a a\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' test.tex
|
Loading…
Reference in New Issue
Block a user