mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
bfc0b09e0c
There still are keys which do not make it into the lyx logfile. For instance repeated shortcuts.
9 lines
347 B
Plaintext
9 lines
347 B
Plaintext
# see http://www.lyx.org/trac/ticket/7673#comment:15
|
|
#
|
|
Lang en_US.utf8
|
|
TestBegin -dbg key ../bug-7673.lyx > bug-7673.loga.txt 2>&1
|
|
# 'outline-in' was needed to reproduce the crash on some commits when bisecting
|
|
KK: \Axcommand-sequence repeat 3 char-forward; outline-in; down; down\[Return]
|
|
TestEnd
|
|
Assert ! pcregrep -M 'SIGSEGV' bug-7673.loga.txt
|