mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
bfc0b09e0c
There still are keys which do not make it into the lyx logfile. For instance repeated shortcuts.
11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
# Test for searching with regular expressions
|
|
# Crash in using function 'word-findadv'
|
|
|
|
Lang C
|
|
TestBegin test.lyx -dbg key,find > findadv-crash.loga.txt 2>&1
|
|
KK: abcd
|
|
KK: \Axword-findadv a\[Return]
|
|
TestEnd
|
|
Lang C
|
|
Assert ! pcregrep 'SIGSEGV signal caught' findadv-crash.loga.txt
|