mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-29 13:04:58 +00:00
0ed7f301ea
The command pcregrep failed trying to set locales to not installed language pack.
42 lines
1.0 KiB
Plaintext
42 lines
1.0 KiB
Plaintext
# Finding special latex/regexp chars: (
|
|
#
|
|
Lang it_IT.utf8
|
|
TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
|
|
KK: \\()[]{}%^#@?*.\C\[Home]
|
|
KK: \Cs
|
|
KK: \CF
|
|
KK: \Axregexp-mode\[Return]\\(\[Return]
|
|
TestEnd
|
|
Lang C
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 1\n with len: 1' lyx-log.txt
|
|
#
|
|
Lang it_IT.utf8
|
|
TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
|
|
KK: \CF
|
|
# Uncheck ignore format
|
|
KK: \Az\Ag\Ae
|
|
KK: \Axregexp-mode\[Return]\\(\[Return]
|
|
TestEnd
|
|
Lang C
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 1\n with len: 1' lyx-log.txt
|
|
|
|
# Finding special latex/regexp chars: [
|
|
#
|
|
Lang it_IT.utf8
|
|
TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
|
|
KK: \CF
|
|
KK: \Axregexp-mode\[Return]\\[\[Return]
|
|
TestEnd
|
|
Lang C
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 3\n with len: 1' lyx-log.txt
|
|
#
|
|
Lang it_IT.utf8
|
|
TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
|
|
KK: \CF
|
|
# Uncheck ignore format
|
|
KK: \Az\Ag\Ae
|
|
KK: \Axregexp-mode\[Return]\\[\[Return]
|
|
TestEnd
|
|
Lang C
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 3\n with len: 1' lyx-log.txt
|