mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
0ed7f301ea
The command pcregrep failed trying to set locales to not installed language pack.
14 lines
341 B
Plaintext
14 lines
341 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
|
|
Lang C
|
|
Assert ! pcregrep -M 'against.*bar' lyx-log.txt
|