mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
f1965e9ff1
For example, before this footnotes were not correctly found. Added also accompanying regression test. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38846 a592a061-630c-0410-9148-cb99ea01b6c8
16 lines
487 B
Plaintext
16 lines
487 B
Plaintext
# Finding footnotes
|
|
#
|
|
Lang it_IT.utf8
|
|
TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
|
|
KK: \Axfootnote-insert\[Return]
|
|
# Work around a little UI bug/non-determinism in cursor position after LFUN
|
|
KK: \C\[Home]\[Right]
|
|
KK: foo\C\[Home]
|
|
KK: \CF
|
|
KK: \Axfootnote-insert\[Return]
|
|
# Work around a little UI bug/non-determinism in cursor position after LFUN
|
|
KK: \C\[Home]\[Right]
|
|
KK: foo\[Return]
|
|
TestEnd
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 0\n with len: 1' lyx-log.txt
|