2011-05-29 13:40:34 +00:00
|
|
|
# Finding consecutive macros in math mode
|
|
|
|
#
|
|
|
|
Lang it_IT.utf8
|
|
|
|
TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
|
|
|
|
KK: \Cm\\alpha\\beta\\alpha \C\[Home]
|
2011-05-29 14:08:29 +00:00
|
|
|
KK: \Cs
|
2011-05-29 13:40:34 +00:00
|
|
|
KK: \CF
|
|
|
|
KK: \Cm\\beta\\alpha \[Return]
|
|
|
|
TestEnd
|
|
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 0\n.*idx: 0 par: 0 pos: 1\n with len: 2' lyx-log.txt
|
2011-05-29 14:08:29 +00:00
|
|
|
|
|
|
|
TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
|
|
|
|
KK: \CF
|
|
|
|
# Uncheck ignore format
|
|
|
|
KK: \Az\Ag\Ae
|
|
|
|
KK: \Cm\\beta\\alpha \[Return]
|
|
|
|
TestEnd
|
|
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 0\n.*idx: 0 par: 0 pos: 1\n with len: 2' lyx-log.txt
|