mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-02 05:55:38 +00:00
bfc0b09e0c
There still are keys which do not make it into the lyx logfile. For instance repeated shortcuts.
15 lines
380 B
Plaintext
15 lines
380 B
Plaintext
# Finding styles with regexp
|
|
|
|
Lang sk_SK.utf8
|
|
TestBegin test.lyx -dbg key,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
|