Synchronize zero sized files (fixes #44)

This commit is contained in:
Jakob Borg
2014-01-29 21:52:27 +01:00
parent d31a126408
commit 618c376e18
7 changed files with 30 additions and 8 deletions
+1
View File
@@ -13,6 +13,7 @@ var testdata = []struct {
hash string
}{
{"bar", 10, "2f72cc11a6fcd0271ecef8c61056ee1eb1243be3805bf9a9df98f92f7636b05c"},
{"empty", 0, "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"},
{"foo", 7, "aec070645fe53ee3b3763059376134f058cc337247c978add178b6ccdfb0019f"},
}