mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
0ed7f301ea
The command pcregrep failed trying to set locales to not installed language pack.
30 lines
703 B
Plaintext
30 lines
703 B
Plaintext
# Avoiding recursive replacements when replaced text matches search pattern
|
|
# Addresses #7675.
|
|
#
|
|
Lang it_IT.utf8
|
|
|
|
TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
|
|
KK: a a a\C\[Home]
|
|
KK: \CF
|
|
KK: a\[Tab]
|
|
KK: \Cm\\frac 1\[Down]a\[Return]\[Return]\[Return]
|
|
KK: \Cs
|
|
KK: \Ax
|
|
KK: buffer-export latex\[Return]
|
|
TestEnd
|
|
Lang C
|
|
Assert pcregrep -M '^\$\\frac\{1\}\{a\}\$ \$\\frac\{1\}\{a\}\$ a' test.tex
|
|
|
|
Lang it_IT.utf8
|
|
TestBegin test2.lyx -dbg find > lyx-log.txt 2>&1
|
|
KK: \Cma \Cma \Cma \C\[Home]
|
|
KK: \CF
|
|
KK: a\[Tab]
|
|
KK: \Cm\\frac 1\[Down]a\[Return]\[Return]\[Return]
|
|
KK: \Cs
|
|
KK: \Ax
|
|
KK: buffer-export latex\[Return]
|
|
TestEnd
|
|
Lang C
|
|
Assert pcregrep -M '^\$\\frac\{1\}\{a\}\$ \$\\frac\{1\}\{a\}\$ \$a\$' test2.tex
|