mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
40 lines
1.0 KiB
Plaintext
40 lines
1.0 KiB
Plaintext
# Basic test for searching with regular expressions
|
|
|
|
Lang sk_SK.utf8
|
|
TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
|
|
KK: Nel mezzo del cammin di nostra vita\[Return]
|
|
KK: mi ritrovai per una selva oscura\C\[Home]
|
|
KK: \Axbuffer-write\[Return]
|
|
KK: \Axdialog-show findreplaceadv\[Return]
|
|
KK: o
|
|
KK: \Axregexp-mode\[Return]
|
|
KK: .* a\[Return]
|
|
TestEnd
|
|
Lang C
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 8\n with len: 8' lyx-log.txt
|
|
|
|
Lang sk_SK.utf8
|
|
TestBegin test.lyx -dbg find > lyx-log2.txt 2>&1
|
|
KK: \C\[Home]\Axdialog-show findreplaceadv\[Return]
|
|
KK: o
|
|
KK: \Axregexp-mode\[Return]
|
|
KK: [\\w]* a
|
|
# select whole words
|
|
KK: \Ac\Ac
|
|
# search next
|
|
KK: \Al
|
|
TestEnd
|
|
Lang C
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 1 pos: 26\n with len: 6' lyx-log2.txt
|
|
|
|
Lang sk_SK.utf8
|
|
TestBegin test.lyx -dbg find > lyx-log3.txt 2>&1
|
|
KK: \C\[Home]\Axdialog-show findreplaceadv\[Return]
|
|
KK: \Axregexp-mode\[Return]
|
|
KK: .* \Ac\Ac
|
|
KK: \Al\Al\Al
|
|
KK: \[Tab]\[Return]
|
|
TestEnd
|
|
Lang C
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 10\n with len: 3' lyx-log3.txt
|