2011-02-06 22:48:54 +00:00
|
|
|
# Basic test for searching with regular expressions
|
|
|
|
|
2015-03-09 08:41:34 +00:00
|
|
|
Lang sk_SK.utf8
|
2017-05-07 11:45:48 +00:00
|
|
|
TestBegin test.lyx -dbg find > findadv-08.loga.txt 2>&1
|
2011-02-06 22:48:54 +00:00
|
|
|
KK: Nel mezzo del cammin di nostra vita\[Return]
|
|
|
|
KK: mi ritrovai per una selva oscura\C\[Home]
|
2015-03-09 08:41:34 +00:00
|
|
|
KK: \Axbuffer-write\[Return]
|
|
|
|
KK: \Axdialog-show findreplaceadv\[Return]
|
2017-04-24 15:43:39 +00:00
|
|
|
KK: o
|
|
|
|
KK: \Axregexp-mode\[Return]
|
|
|
|
KK: .* a\[Return]
|
2011-02-06 22:48:54 +00:00
|
|
|
TestEnd
|
2015-03-09 08:41:34 +00:00
|
|
|
Lang C
|
2017-05-07 11:45:48 +00:00
|
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 8\n with len: 8' findadv-08.loga.txt
|
2011-02-06 22:48:54 +00:00
|
|
|
|
2015-03-09 08:41:34 +00:00
|
|
|
Lang sk_SK.utf8
|
2017-05-07 11:45:48 +00:00
|
|
|
TestBegin test.lyx -dbg find > findadv-08.logb.txt 2>&1
|
2015-03-09 08:41:34 +00:00
|
|
|
KK: \C\[Home]\Axdialog-show findreplaceadv\[Return]
|
2017-04-24 15:43:39 +00:00
|
|
|
KK: o
|
|
|
|
KK: \Axregexp-mode\[Return]
|
|
|
|
KK: [\\w]* a
|
|
|
|
# select whole words
|
2017-05-07 11:45:48 +00:00
|
|
|
KD: 100
|
2017-04-16 21:43:56 +00:00
|
|
|
KK: \Ac\Ac
|
2017-04-24 15:43:39 +00:00
|
|
|
# search next
|
2017-04-16 21:43:56 +00:00
|
|
|
KK: \Al
|
2011-02-06 22:48:54 +00:00
|
|
|
TestEnd
|
2015-03-09 08:41:34 +00:00
|
|
|
Lang C
|
2017-05-07 11:45:48 +00:00
|
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 1 pos: 26\n with len: 6' findadv-08.logb.txt
|
2011-02-06 22:48:54 +00:00
|
|
|
|
2015-03-09 08:41:34 +00:00
|
|
|
Lang sk_SK.utf8
|
2017-05-07 11:45:48 +00:00
|
|
|
TestBegin test.lyx -dbg find > findadv-08.logc.txt 2>&1
|
2015-03-09 08:41:34 +00:00
|
|
|
KK: \C\[Home]\Axdialog-show findreplaceadv\[Return]
|
2017-04-24 15:43:39 +00:00
|
|
|
KK: \Axregexp-mode\[Return]
|
|
|
|
KK: .* \Ac\Ac
|
|
|
|
KK: \Al\Al\Al
|
2017-05-07 11:45:48 +00:00
|
|
|
#KK: \[Tab]\[Return]
|
2011-02-06 22:48:54 +00:00
|
|
|
TestEnd
|
2015-03-09 08:41:34 +00:00
|
|
|
Lang C
|
2017-05-07 11:45:48 +00:00
|
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 0 pos: 10\n with len: 3' findadv-08.logc.txt
|