mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
2aeb17e8ef
This test should fail because #7673 is not yet fixed in trunk. Note that it is fixed in branch. This is the first autotest that uses an existing .lyx file, bug-7673.lyx.
10 lines
331 B
Plaintext
10 lines
331 B
Plaintext
# see http://www.lyx.org/trac/ticket/7673#comment:15
|
|
#
|
|
Lang en_US.utf8
|
|
TestBegin ../bug-7673.lyx > lyx-log.txt 2>&1
|
|
KK: \Ax
|
|
# 'outline-in' was needed to reproduce the crash on some commits when bisecting
|
|
KK: command-sequence repeat 3 char-forward; outline-in; down; down\[Return]
|
|
TestEnd
|
|
Assert ! pcregrep -M 'SIGSEGV' lyx-log.txt
|