]> git.lyx.org Git - lyx.git/blob - development/autotests/findadv-09-in.txt
Update my email and status.
[lyx.git] / development / autotests / findadv-09-in.txt
1 # Test for searching with regular expressions
2
3 Lang it_IT.utf8
4 TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
5 KK: \Apb
6 KK: one\[Return]
7 KK: two\[Return]
8 KK: three\C\[Home]
9 KK: \Cs
10 KK: \CF
11 # Uncheck ignore format
12 KK: \Az\Ag\Ae
13 KK: \Apb
14 KK: \Axregexp-mode\[Return][a-z]* \[Return]
15 TestEnd
16 Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 0\n with len: 3' lyx-log.txt
17
18 TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
19 KK: \CF
20 # Uncheck ignore format
21 KK: \Az\Ag\Ae
22 KK: \Apb
23 KK: \Axregexp-mode\[Return][a-z]* \[Return]\[Return]
24 TestEnd
25 Assert pcregrep -M 'Putting selection at .*idx: 0 par: 1 pos: 0\n with len: 3' lyx-log.txt