diff options
Diffstat (limited to 'src/git.rs')
| -rw-r--r-- | src/git.rs | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1076,7 +1076,7 @@ mod tests { | |||
| 1076 | +some content1\n\\ \ | 1076 | +some content1\n\\ \ |
| 1077 | No newline at end of file\n\ | 1077 | No newline at end of file\n\ |
| 1078 | --\n\ | 1078 | --\n\ |
| 1079 | libgit2 1.7.1\n\ | 1079 | libgit2 1.7.2\n\ |
| 1080 | \n\ | 1080 | \n\ |
| 1081 | ", | 1081 | ", |
| 1082 | git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &None)?, | 1082 | git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &None)?, |
| @@ -1112,7 +1112,7 @@ mod tests { | |||
| 1112 | +some content1\n\\ \ | 1112 | +some content1\n\\ \ |
| 1113 | No newline at end of file\n\ | 1113 | No newline at end of file\n\ |
| 1114 | --\n\ | 1114 | --\n\ |
| 1115 | libgit2 1.7.1\n\ | 1115 | libgit2 1.7.2\n\ |
| 1116 | \n\ | 1116 | \n\ |
| 1117 | ", | 1117 | ", |
| 1118 | git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &Some((3, 5)))?, | 1118 | git_repo.make_patch_from_commit(&oid_to_sha1(&oid), &Some((3, 5)))?, |