1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 18:23:44 +03:00
semantic/test/diffs/multiple-hunks.patch.js

19 lines
438 B
JavaScript

diff --git a/test/diffs/multiple-hunks.A.js b/test/diffs/multiple-hunks.B.js
index .. 100644
--- a/test/diffs/multiple-hunks.A.js
+++ b/test/diffs/multiple-hunks.B.js
@@ -1,5 +1,5 @@
define( function() {
- console.log("foo");
+ console.log("bar");
// A comment
// Another comment
// Another comment
@@ -9,6 +9,6 @@
// A comment
// Another comment
// Another comment
- console.log("bar");
+ console.log("foo");
});