Warning, /utilities/kate/addons/search/autotest/input/MultilineStartEndOfLineMatch.txt is written in an unsupported language. File is not indexed.

0001 Foo Baar
0002 Foo Baar
0003 
0004 In this file we check that regular expression for multi-line regular
0005 expressions can use ^ bot beginning of line and $ for end of line.
0006 
0007 The following regexp should match the first the last and next "Foo Baar"
0008 blocks, but not the next to last or third to last:
0009 regex: "^Foo Baar\nFoo Baar$"
0010 
0011 Foo Baar
0012 Foo Baar
0013 
0014  Foo Baar
0015 Foo Baar
0016 
0017 Foo Baar
0018 Foo Baar Baz
0019 
0020 NOTE: do not insert a newline at the end
0021 Foo Baar
0022 Foo Baar