From e328ffddec722be3fba2c9b637378e31e623d58e Mon Sep 17 00:00:00 2001 From: Jonathan Chu Date: Wed, 16 Mar 2016 14:08:31 -0400 Subject: Add test and fixture for diff index from raw format This tests the edge case of doing a diff against a single whitespace filename and returns the proper change type. All other normal usage of this diff classmethod should remain unchanged. --- git/test/fixtures/diff_index_raw | 1 + 1 file changed, 1 insertion(+) create mode 100644 git/test/fixtures/diff_index_raw (limited to 'git/test/fixtures') diff --git a/git/test/fixtures/diff_index_raw b/git/test/fixtures/diff_index_raw new file mode 100644 index 00000000..c25f380d --- /dev/null +++ b/git/test/fixtures/diff_index_raw @@ -0,0 +1 @@ +:100644 000000 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 0000000000000000000000000000000000000000 D -- cgit v1.2.1