issues Search Results · repo:VikramShetty/google-diff-match-patch language:Python
Filter by
105 results
(47 ms)105 results
inVikramShetty/google-diff-match-patch (press backspace or delete to remove)see @
https://github.com/arnab/jQuery.PrettyTextDiff/issues/11#issuecomment-103964372
Original issue reported on code.google.com by michael....@gmail.com on 20 May 2015 at 6:25
auto-migrated
Priority-Medium
Type-Defect
GoogleCodeExporter
- Opened on Jun 11, 2015
- #107
What steps will reproduce the problem?
* compile and run:
int main(int argc, const char * argv[]) {
@autoreleasepool {
NSString *oldstr = @ MLNQRSTUVWX ;
NSString *newstr = @ ABCDEFBGHIJKLMLNOPRQGYZ! ...
auto-migrated
Priority-Medium
Type-Defect
GoogleCodeExporter
- Opened on Jun 11, 2015
- #104
So I can star on it:)
Original issue reported on code.google.com by qiuguo0...@gmail.com on 17 Mar 2015 at 2:15
auto-migrated
Priority-Medium
Type-Defect
GoogleCodeExporter
- 1
- Opened on Jun 11, 2015
- #105
What steps will reproduce the problem?
var dmp = new diffMatchPatch();
var str1 = \ud83d\ude4b ;
var str2 = \ud83d\ude4c ;
var diffs = dmp.diff_main(str1, str2);
console.log( diff ...
auto-migrated
Priority-Medium
Type-Defect
GoogleCodeExporter
- Opened on Jun 11, 2015
- #106
None of the demo pages work. The pages are not found.
Original issue reported on code.google.com by ara.pehl...@gmail.com on 3 Jun 2014 at 7:50
auto-migrated
Priority-Medium
Type-Defect
GoogleCodeExporter
- 4
- Opened on Jun 11, 2015
- #102
According to API docs, the Levenshtein distance is at most equal to the length
of the longer string. This seems not to be the case.
What steps will reproduce the problem?
1. use the following code
from ...
auto-migrated
Priority-Medium
Type-Defect
GoogleCodeExporter
- Opened on Jun 11, 2015
- #103
DiffMatchPatch can be useful as a SQLCLR assembly so methods can be called from
TSQL functions.
However, the dependency on System.Web for UrlEncode and UrlDecode is an
obstacle to installing the assembly ...
auto-migrated
Priority-Medium
Type-Defect
GoogleCodeExporter
- 3
- Opened on Jun 11, 2015
- #100
Hello!
When you are looking for the end position while something was added to the end
of the text, then result will be the end of the new text. Here is a test:
assertEquals(3, dmp.diff_xIndex([[DIFF_EQUAL, ...
auto-migrated
Priority-Medium
Type-Defect
GoogleCodeExporter
- Opened on Jun 11, 2015
- #101
This is solving my issue 95. In short: Each data may contain multiple lines.
Each of those lines must be indented correctly according to op . Then you
don t need any url escapes (1906,1907).which ...
auto-migrated
Type-Patch
GoogleCodeExporter
- Opened on Jun 11, 2015
- #97
Sometimes, an error message appears uninitialized string offset: 0 generated
from line 800 while (isset ($ equality2 [0]) $ edit [0] === $ equality2
[0]) in diff_cleanupSemanticLossless . I do ...
auto-migrated
Priority-Medium
Type-Defect
GoogleCodeExporter
- Opened on Jun 11, 2015
- #98

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.