This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bkiefer
Recipients bkiefer
Date 2015-03-31.00:15:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427760949.64.0.0836769964857.issue23791@psf.upfronthosting.co.za>
In-reply-to
Content
I have put together 5 basic tests to implement moved lines in difflib. All diffs should be compared against the 'diffmove_base.txt' file. Below is a short description of each test.

1) Basic reordering of lines
2) Reordering of lines with new lines added
3) Reordering of lines with one line removed
4) Reordering of lines with one character omitted from a line and character added to another line
5) Combination of all previous tests
History
Date User Action Args
2015-03-31 00:15:49bkiefersetrecipients: + bkiefer
2015-03-31 00:15:49bkiefersetmessageid: <1427760949.64.0.0836769964857.issue23791@psf.upfronthosting.co.za>
2015-03-31 00:15:49bkieferlinkissue23791 messages
2015-03-31 00:15:49bkiefercreate