]> git.lyx.org Git - lyx.git/blob - development/autotests/findadv-re-05-in.txt
Adding binary path for Homebrew on MacOS-arm64 (bug 12619).
[lyx.git] / development / autotests / findadv-re-05-in.txt
1 # Finding regexps within \frac{}
2 # From what I understand, the point of the test is that search should _not_
3 # match in this case because "ignore format" is checked by default.  Thus, a
4 # way of testing that there was no match is to check whether the wrap around
5 # message shows up, because the cursor is initially at the beginning so that
6 # would mean that the entire buffer was checked. This test is still fragile:
7 # It will fail if the Italian translation changes, if "ignore format" is
8 # unchecked by default, or if the wrap-around mechanism changes (e.g. does not
9 # ask if the cursor started at the beginning of the buffer).
10 UseShortcut "C-F20" "regexp-mode"
11 PrepareShortcuts
12
13 Lang it_IT.utf8
14 CO: findadv-re-05.ctrl
15 TestBegin test.lyx -dbg key,find > findadv-re-05.loga.txt 2>&1
16 KK: \Cm\\frac 1-x\[Down]1+x^2 \C\[Home]
17 KK: \CF
18 KK: \Cm\\frac \C\[F20].* \[Down]1+x^2 \[Return]\[Return]
19 CP: Putting selection at .*idx: 0 par: 0 pos: 0\n .*idx: 0 par: 0 pos: 0\n with len: 1
20 CP: raggiunta la fine cercando in avanti
21 TestEnd
22 Lang C
23 Assert searchPatterns.pl base=findadv-re-05