File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ describe('patch/reverse', function() {
6161 '+bar\n'
6262 ) ;
6363 expect ( formatPatch ( reversePatch ( patch ) ) ) . to . equal (
64- '===================================================================\n' +
64+ 'diff --git a/README.md b/README.md\n' +
65+ 'index 06eebfa..40919a6 100644\n' +
6566 '--- b/README.md\t\n' +
6667 '+++ a/README.md\t\n' +
6768 '@@ -1,7 +1,5 @@\n' +
@@ -79,7 +80,8 @@ describe('patch/reverse', function() {
7980 '-\n' +
8081 '-bar\n' +
8182 '\n' +
82- '===================================================================\n' +
83+ 'diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md\n' +
84+ 'index 20b807a..4a96aff 100644\n' +
8385 '--- b/CONTRIBUTING.md\t\n' +
8486 '+++ a/CONTRIBUTING.md\t\n' +
8587 '@@ -2,8 +2,6 @@\n' +
You can’t perform that action at this time.
0 commit comments