Add a new test.

This commit is contained in:
Philip.Hazel 2015-11-13 17:16:28 +00:00
parent 299e587f9b
commit 5dce5b3727
2 changed files with 7 additions and 0 deletions

3
testdata/testinput2 vendored
View File

@ -4525,6 +4525,9 @@ B)x/alt_verbnames,mark
\= Expect no match \= Expect no match
1234abc\=offset_limit=6 1234abc\=offset_limit=6
/A/g,replace=-,use_offset_limit
XAXAXAXAXA\=offset_limit=4
/abc/ /abc/
\= Expect error \= Expect error
1234abcde\=offset_limit=4 1234abcde\=offset_limit=4

View File

@ -14588,6 +14588,10 @@ No match
1234abc\=offset_limit=6 1234abc\=offset_limit=6
No match No match
/A/g,replace=-,use_offset_limit
XAXAXAXAXA\=offset_limit=4
2: X-X-XAXAXA
/abc/ /abc/
\= Expect error \= Expect error
1234abcde\=offset_limit=4 1234abcde\=offset_limit=4