mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
6afd654bb6
Tested with QT5.7 QT5.8 (self compiled) and QT4.8
15 lines
371 B
Plaintext
15 lines
371 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 sk_SK.utf8
|
|
TestBegin test.lyx -dbg key,find > findadv-12.loga.txt 2>&1
|
|
KK: a\C\[Home]
|
|
KK: \Cs
|
|
KK: \CF
|
|
KK: a\[Tab]
|
|
KK: \Cm\\bar a \Ar\Ar\An\An\[Left]
|
|
TestEnd
|
|
Lang C
|
|
Assert ! pcregrep -M 'against.*bar' findadv-12.loga.txt
|