]> git.lyx.org Git - features.git/blob - development/autotests/findadv-06-in.txt
Added test cases for format-aware searching of formatted text.
[features.git] / development / autotests / findadv-06-in.txt
1
2
3
4 # Basic test for searching styles
5
6 #
7 Lang it_IT.utf8
8 TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
9 KK: foo\[Return]
10 KK: \Ap2
11 KK: foo\[Return]
12 KK: \Aps
13 KK: foo\C\[Home]
14 KK: \Afs
15 KK: \CF
16 # Uncheck ignore format
17 KK: \Az\Ag\Ae
18 KK: \Ap2
19 KK: foo\[Return]
20 TestEnd
21 Assert pcregrep -M 'Putting selection at .*idx: 0 par: 1 pos: 0\n with len: 3' lyx-log.txt
22 #
23 TestBegin test.lyx -dbg find > lyx-log2.txt 2>&1
24 KK: \C\[Home]
25 KK: \CF
26 # Uncheck ignore format
27 KK: \Az\Ag\Ae
28 KK: foo\[Return]\[Return]
29 TestEnd
30 Assert pcregrep -M 'Putting selection at .*idx: 0 par: 2 pos: 0\n with len: 3' lyx-log2.txt