]> git.lyx.org Git - lyx.git/blob - development/autotests/findadv-09-in.txt
Cmake tests: Simplify test logic for exporting to formats lyx[0-9][0-9]x
[lyx.git] / development / autotests / findadv-09-in.txt
1 # Test for searching with regular expressions
2
3 Lang sk_SK.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: \At\Ai\Ah
13 KK: \Apb
14 KK: \Axregexp-mode\[Return][a-z]* \[Return]
15 TestEnd
16 Lang C
17 Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 0\n with len: 3' lyx-log.txt
18
19 Lang sk_SK.utf8
20 TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
21 KK: \CF
22 # Uncheck ignore format
23 KK: \At\Ai\Ah
24 KK: \Apb
25 KK: \Axregexp-mode\[Return][a-z]* \[Return]\[Return]
26 TestEnd
27 Lang C
28 Assert pcregrep -M 'Putting selection at .*idx: 0 par: 1 pos: 0\n with len: 3' lyx-log.txt