mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
0b82548b5e
Correct the environment MAX_LOOP -> MAX_LOOPS
28 lines
852 B
Plaintext
28 lines
852 B
Plaintext
# Basic test for searching with regular expressions
|
|
|
|
Lang it_IT.utf8
|
|
TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
|
|
KK: Nel mezzo del cammin di nostra vita\[Return]
|
|
KK: mi ritrovai per una selva oscura\C\[Home]
|
|
KK: \Cs
|
|
KK: \CF
|
|
KK: o\Axregexp-mode\[Return].* a\[Return]
|
|
TestEnd
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 8\n with len: 8' lyx-log.txt
|
|
|
|
TestBegin test.lyx -dbg find > lyx-log2.txt 2>&1
|
|
KK: \C\[Home]\CF
|
|
KK: o\Axregexp-mode\[Return][[:word:]]* a
|
|
KK: \Al\Ar
|
|
KD: 500
|
|
KK: \[Return]
|
|
KD: 100
|
|
TestEnd
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 1 pos: 26\n with len: 6' lyx-log2.txt
|
|
|
|
TestBegin test.lyx -dbg find > lyx-log3.txt 2>&1
|
|
KK: \C\[Home]\CF
|
|
KK: \Axregexp-mode\[Return].* \Al\Ar\[Return]\[Return]\[Return]
|
|
TestEnd
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 10\n with len: 3' lyx-log3.txt
|