]> git.lyx.org Git - lyx.git/blob - development/autotests/findadv-15-in.txt
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / development / autotests / findadv-15-in.txt
1 # Finding numbered maths with ignore-format on&off (might affect #7596)
2 #
3 Lang it_IT.utf8
4 TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
5 KK: \CM\Axmath-number-toggle\[Return]
6 KK: x^2 +x^2\C\[Home]
7 KK: \Cs
8 KK: \CF
9 # Uncheck ignore format
10 KK: \Az\Ag\Ae
11 KK: \CM\Axmath-number-toggle\[Return]
12 KK: x^2\[Return]
13 TestEnd
14 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
15
16 TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
17 KK: \CF
18 # Uncheck ignore format
19 KK: \Az\Ag\Ae
20 KK: \CM\Axmath-number-toggle\[Return]
21 KK: x^2\[Return]\[Return]
22 TestEnd
23 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
24
25 TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
26 KK: \CF
27 KK: \CM\Axmath-number-toggle\[Return]
28 KK: x^2\[Return]
29 TestEnd
30 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
31
32 TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
33 KK: \CF
34 KK: \CM\Axmath-number-toggle\[Return]
35 KK: x^2\[Return]\[Return]
36 TestEnd
37 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