]> git.lyx.org Git - lyx.git/blob - development/autotests/findadv-07-in.txt
Customization: correct some color names.
[lyx.git] / development / autotests / findadv-07-in.txt
1 # Basic test for searching with par-style awareness
2
3 Lang sk_SK.utf8
4 TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
5 KK: foo bar\[Return]
6 #select itemized
7 KK: \Apb
8 KK: foo bar\[Return]
9 KK: \Aps
10 KK: foo bar\C\[Home]
11 KK: \Axbuffer-write\[Return]
12 KK: \Axdialog-show findreplaceadv\[Return]
13 # Uncheck ignore format
14 KK: \At\Ai\Ah
15 KK: \Apb
16 KK: foo\[Return]
17 TestEnd
18 Lang C
19 Assert pcregrep -M 'Putting selection at .*idx: 0 par: 1 pos: 0\n with len: 3' lyx-log.txt
20 #
21 Lang sk_SK.utf8
22 TestBegin test.lyx -dbg find > lyx-log2.txt 2>&1
23 KK: \C\[Home]
24 KK: \CF
25 # Uncheck ignore format
26 KK: \At\Ai\Ah
27 KK: \Apb
28 KK: bar\[Return]
29 TestEnd
30 Lang C
31 Assert pcregrep -M 'Putting selection at .*idx: 0 par: 1 pos: 4\n with len: 3' lyx-log2.txt