Author: Michael Davis [mcarsondavis@gmail.com]
Hash: 65ba8372ca737506f2b8b21851daec50c73cdaf8
Timestamp: Fri, 24 Dec 2021 01:42:22 +0000 (2 years ago)

+22 -0 +/-1 browse
add test case for binary file deletion
1diff --git a/test/corpus/binary.txt b/test/corpus/binary.txt
2index dce7d1d..7698b66 100644
3--- a/test/corpus/binary.txt
4+++ b/test/corpus/binary.txt
5 @@ -17,3 +17,25 @@ Binary files a/tree-sitter-gitdiff.wasm and b/tree-sitter-gitdiff.wasm differ
6 (binary_change
7 (filename)
8 (filename)))
9+
10+ ================================================================================
11+ Deleted binary file
12+ ================================================================================
13+ diff --git a/docs/playground.png b/docs/playground.png
14+ deleted file mode 100644
15+ index 9cf2a44..0000000
16+ Binary files a/docs/playground.png and /dev/null differ
17+
18+ --------------------------------------------------------------------------------
19+
20+ (source
21+ (command
22+ (filename))
23+ (file_change
24+ (mode))
25+ (index
26+ (commit)
27+ (commit))
28+ (binary_change
29+ (filename)
30+ (filename)))