2011-02-06 22:48:54 +00:00
|
|
|
# Basic test for searching with par-style awareness
|
|
|
|
|
2015-03-09 08:41:34 +00:00
|
|
|
Lang sk_SK.utf8
|
2011-02-06 22:48:54 +00:00
|
|
|
TestBegin test.lyx -dbg find > lyx-log.txt 2>&1
|
|
|
|
KK: foo bar\[Return]
|
2015-03-09 08:41:34 +00:00
|
|
|
#select itemized
|
2011-02-06 22:48:54 +00:00
|
|
|
KK: \Apb
|
|
|
|
KK: foo bar\[Return]
|
|
|
|
KK: \Aps
|
|
|
|
KK: foo bar\C\[Home]
|
2015-03-09 08:41:34 +00:00
|
|
|
KK: \Axbuffer-write\[Return]
|
|
|
|
KK: \Axdialog-show findreplaceadv\[Return]
|
2011-02-06 22:48:54 +00:00
|
|
|
# Uncheck ignore format
|
2015-03-09 08:41:34 +00:00
|
|
|
KK: \At\Ai\Ah
|
2011-02-06 22:48:54 +00:00
|
|
|
KK: \Apb
|
|
|
|
KK: foo\[Return]
|
|
|
|
TestEnd
|
2015-03-09 08:41:34 +00:00
|
|
|
Lang C
|
2011-02-06 22:48:54 +00:00
|
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 1 pos: 0\n with len: 3' lyx-log.txt
|
|
|
|
#
|
2015-03-09 08:41:34 +00:00
|
|
|
Lang sk_SK.utf8
|
2011-02-06 22:48:54 +00:00
|
|
|
TestBegin test.lyx -dbg find > lyx-log2.txt 2>&1
|
|
|
|
KK: \C\[Home]
|
|
|
|
KK: \CF
|
|
|
|
# Uncheck ignore format
|
2015-03-09 08:41:34 +00:00
|
|
|
KK: \At\Ai\Ah
|
2011-02-06 22:48:54 +00:00
|
|
|
KK: \Apb
|
2015-03-09 08:41:34 +00:00
|
|
|
KK: bar\[Return]
|
2011-02-06 22:48:54 +00:00
|
|
|
TestEnd
|
2015-03-09 08:41:34 +00:00
|
|
|
Lang C
|
2011-02-06 22:48:54 +00:00
|
|
|
Assert pcregrep -M 'Putting selection at .*idx: 0 par: 1 pos: 4\n with len: 3' lyx-log2.txt
|