mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
4ac32ef351
This is not needed bacause the command 'grep' is not so language sensitive as pcregrep. It's only for the sake of consistence
15 lines
360 B
Plaintext
15 lines
360 B
Plaintext
# After replacing with something that matches the search pattern, the next
|
|
# match should not consider the just replaced text (#4388)
|
|
#
|
|
Lang it_IT.utf8
|
|
TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
|
|
KK: aaa\[Home]
|
|
KK: \CF
|
|
KK: a\[Tab]
|
|
KK: aba\[Return]\[Return]\[Return]
|
|
KK: \Cs
|
|
KK: \Ax
|
|
KK: buffer-export latex\[Return]
|
|
Lang C
|
|
TestEnd grep "^abaabaa$" test.tex
|