]> git.lyx.org Git - lyx.git/blob - development/autotests/findadv-05-in.txt
Compile fix for Qt 4.5 and earlier.
[lyx.git] / development / autotests / findadv-05-in.txt
1 # Basic test for format-aware searching
2 #
3 Lang it_IT.utf8
4 TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
5 KK: foo \Cefoo foo\Ce foo\C\[Home]
6 KK: \Cs
7 KK: \CF
8 # Uncheck ignore format
9 KK: \Az\Ag\Ae
10 KK: \Ce
11 KK: foo\[Return]
12 TestEnd
13 Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 4\n with len: 3' lyx-log.txt
14
15 TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
16 KK: \CF
17 # Uncheck ignore format
18 KK: \Az\Ag\Ae
19 KK: \Ce
20 KK: foo\[Return]\[Return]
21 TestEnd
22 Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 8\n with len: 3' lyx-log.txt