mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
bfc0b09e0c
There still are keys which do not make it into the lyx logfile. For instance repeated shortcuts.
14 lines
361 B
Plaintext
14 lines
361 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 key,find > findadv-12.loga.txt 2>&1
|
|
KK: a\C\[Home]
|
|
KK: \CF
|
|
KK: a\[Tab]
|
|
KK: \Cm\\bar a\[Return]\[Return]
|
|
TestEnd
|
|
Lang C
|
|
Assert ! pcregrep -M 'against.*bar' findadv-12.loga.txt
|