mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
13 lines
334 B
Plaintext
13 lines
334 B
Plaintext
|
# Replacing the last buffer element with some math that matches
|
||
|
# again the search pattern, should not result in a double replacement
|
||
|
# (#7442)
|
||
|
#
|
||
|
Lang it_IT.utf8
|
||
|
TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
|
||
|
KK: a\C\[Home]
|
||
|
KK: \CF
|
||
|
KK: a\[Tab]
|
||
|
KK: \Cm\\bar a\[Return]\[Return]
|
||
|
TestEnd
|
||
|
Assert ! pcregrep -M 'against.*bar' lyx-log.txt
|