]> git.lyx.org Git - lyx.git/blob - development/autotests/findadv-10-in.txt
ctests: address some test failures.
[lyx.git] / development / autotests / findadv-10-in.txt
1 # Test for searching the special LyX and LaTeX words
2 # when ignoring format
3
4 Lang sk_SK.utf8
5 TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
6 KK: This is LyX,\[Return]
7 KK: a WYSIWYG LaTeX editor.\C\[Home]
8 KK: \Cs
9 KK: \CF
10 # Uncheck ignore format (depends on IT language)
11 KK: \At\Ai\Ah
12 KK: LyX\[Return]
13 TestEnd
14 Lang C
15 Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 8\n with len: 3' lyx-log.txt
16
17 Lang sk_SK.utf8
18 TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
19 KK: \CF
20 # Uncheck ignore format
21 KK: \At\Ai\Ah
22 KK: LaTeX\[Return]
23 TestEnd
24 Lang C
25 Assert pcregrep -M 'Putting selection at .*idx: 0 par: 1 pos: 10\n with len: 5' lyx-log.txt