]> git.lyx.org Git - lyx.git/blob - development/autotests/findadv-16-in.txt
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / development / autotests / findadv-16-in.txt
1 # Verify matches in *-environments with ignore-format off
2 # (gather environment comes in the *-form after mutate)
3 #
4 Lang it_IT.utf8
5 TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
6 KK: \CM\Axmath-mutate gather\[Return]
7 KK: x^2 +x^2\C\[Home]
8 KK: \Cs
9 KK: \CF
10 # Uncheck ignore format
11 KK: \Az\Ag\Ae
12 KK: \CM\Axmath-mutate gather\[Return]
13 KK: x^2\[Return]
14 TestEnd
15 Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 0\n.*idx: 0 par: 0 pos: 0\n with len: 1' lyx-log.txt
16
17 TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
18 KK: \CF
19 # Uncheck ignore format
20 KK: \Az\Ag\Ae
21 KK: \CM\Axmath-mutate gather\[Return]
22 KK: x^2\[Return]\[Return]
23 TestEnd
24 Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 0\n.*idx: 0 par: 0 pos: 2\n with len: 1' lyx-log.txt