]> git.proxmox.com Git - libgit2.git/commit
diff::parse tests: test parsing a diff
authorEdward Thomson <ethomson@github.com>
Mon, 25 Apr 2016 20:47:48 +0000 (16:47 -0400)
committerEdward Thomson <ethomson@github.com>
Sun, 26 Jun 2016 03:08:04 +0000 (23:08 -0400)
commite774d5af764c521f3a5740f8c0f7b859ebb109c8
tree9577efa758999bb6478d633e3f5abdd28705f44b
parent853e585fb13475073c7000d74934f6c96c1e1a47
diff::parse tests: test parsing a diff

Test that we can create a diff file, then parse the results and
that the two are identical in-memory.
tests/diff/diff_helpers.c
tests/diff/diff_helpers.h
tests/diff/parse.c