mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
948020d9a3
Each test created log-files, but since they were not uniq it was difficult to check what went wrong for a failed test.
11 lines
274 B
Plaintext
11 lines
274 B
Plaintext
# Test for searching with regular expressions
|
|
# Crash in using function 'word-findadv'
|
|
|
|
Lang C
|
|
TestBegin test.lyx -dbg 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
|