curran / curran/google-diff-match-patch

Issue with match

Open
#109 0 comments 0 reactions 0 assignees View on GitHub
auto-migrated Priority-Medium Type-Defect
Dominant language
Python
Stars
17
Forks
2
PR merge metrics
No merged PRs in 30d

Description

```
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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.