mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
0ed7f301ea
The command pcregrep failed trying to set locales to not installed language pack.
19 lines
888 B
Plaintext
19 lines
888 B
Plaintext
# Finding regexps within \frac{}
|
|
# From what I understand, the point of the test is that search should _not_
|
|
# match in this case because "ignore format" is checked by default. Thus, a
|
|
# way of testing that there was no match is to check whether the wrap around
|
|
# message shows up, because the cursor is initially at the beginning so that
|
|
# would mean that the entire buffer was checked. This test is still fragile:
|
|
# It will fail if the Italian translation changes, if "ignore format" is
|
|
# unchecked by default, or if the wrap-around mechanism changes (e.g. does not
|
|
# ask if the cursor started at the beginning of the buffer).
|
|
|
|
Lang it_IT.utf8
|
|
TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
|
|
KK: \Cm\\frac 1-x\[Down]1+x^2 \C\[Home]
|
|
KK: \CF
|
|
KK: \Cm\\frac \Axregexp-mode\[Return].* \[Down]1+x^2 \[Return]
|
|
TestEnd
|
|
Lang C
|
|
Assert pcregrep 'raggiunta la fine cercando in avanti' lyx-log.txt
|