Add reverse search unit tests
This commit is contained in:
parent
c39a4d5879
commit
b2a54b8416
1
test/unit/search-reverse-rightmost/missed-match/cmd
Normal file
1
test/unit/search-reverse-rightmost/missed-match/cmd
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<a-/>(ab|baba)<ret>
|
1
test/unit/search-reverse-rightmost/missed-match/in
Normal file
1
test/unit/search-reverse-rightmost/missed-match/in
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ababa%(b)
|
|
@ -0,0 +1 @@
|
||||||
|
baba
|
1
test/unit/search-reverse-rightmost/overlap/cmd
Normal file
1
test/unit/search-reverse-rightmost/overlap/cmd
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<a-/>...<ret>
|
1
test/unit/search-reverse-rightmost/overlap/in
Normal file
1
test/unit/search-reverse-rightmost/overlap/in
Normal file
|
@ -0,0 +1 @@
|
||||||
|
abcdefg%(h)
|
1
test/unit/search-reverse-rightmost/overlap/selections
Normal file
1
test/unit/search-reverse-rightmost/overlap/selections
Normal file
|
@ -0,0 +1 @@
|
||||||
|
efg
|
Loading…
Reference in New Issue
Block a user