]> git.lyx.org Git - lyx.git/blob - development/autotests/findadv-06-in.txt
Updated UserGuide after removal of macro insertion while in regexp mode.
[lyx.git] / development / autotests / findadv-06-in.txt
1 # Basic test for searching with par-style awareness
2
3 Lang it_IT.utf8
4 TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
5 KK: foo\[Return]
6 KK: \Ap2
7 KK: foo\[Return]
8 KK: \Aps
9 KK: foo\C\[Home]
10 KK: \Cs
11 KK: \CF
12 # Uncheck ignore format
13 KK: \Az\Ag\Ae
14 KK: \Ap2
15 KK: foo\[Return]
16 TestEnd
17 Assert pcregrep -M 'Putting selection at .*idx: 0 par: 1 pos: 0\n with len: 3' lyx-log.txt
18 #
19 TestBegin test.lyx -dbg find > lyx-log2.txt 2>&1
20 KK: \C\[Home]
21 KK: \CF
22 # Uncheck ignore format
23 KK: \Az\Ag\Ae
24 KK: foo\[Return]\[Return]
25 TestEnd
26 Assert pcregrep -M 'Putting selection at .*idx: 0 par: 2 pos: 0\n with len: 3' lyx-log2.txt