mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +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.
15 lines
376 B
Plaintext
15 lines
376 B
Plaintext
# Finding styles with regexp
|
|
|
|
Lang sk_SK.utf8
|
|
TestBegin test.lyx -dbg find > findadv-re-04.loga.txt 2>&1
|
|
KK: Hello \CeHello\C\[Home]
|
|
KK: \Cs
|
|
KK: \CF
|
|
# Uncheck ignore format (depends on IT language)
|
|
KK: \At\Ai\Ah
|
|
KK: \Ce
|
|
KK: \Axregexp-mode\[Return].*\[Return]
|
|
TestEnd
|
|
Lang C
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 6\n with len: 5' findadv-re-04.loga.txt
|