Skip to content

Commit

Permalink
Fix a typo (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
ExplodingCabbage authored Dec 20, 2023
1 parent b4d7491 commit f2596ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/patch/create.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ describe('patch/create', function() {
+ '+++ testFileName\n'
+ '@@ -1,2 +1,2 @@\n'

// Diff is shown as entire row, eventhough text is unchanged
// Diff is shown as entire row, even though text is unchanged
+ '-line\n'
+ '+line\r\n'

Expand Down

0 comments on commit f2596ea

Please sign in to comment.