Griffithr / google-diff-match-patch

Automatically exported from code.google.com/p/google-diff-match-patch
Apache License 2.0
0 stars 0 forks source link

Issue with match #109

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. search for a pattern(ex: ABD) 
2. in text(ex: ABCD)
3. using match

What is the expected output? What do you see instead?
the output says that match has been found at position 0. thats correct. but the 
match string is ABC. i was expecting ABCD.

What version of the product are you using? On what operating system?

Please provide any additional information below.
i am guessing after a match location has been found in text, it is doing 
substring at that location equal to length of pattern string. may be it should 
do some thing different.

Original issue reported on code.google.com by uzair08i...@gmail.com on 8 Jul 2015 at 10:13