2016-03-31 20:20:14 +03:00
|
|
|
diff --git a/test/diffs/multiple-hunks.A.js b/test/diffs/multiple-hunks.B.js
|
2016-08-09 23:01:25 +03:00
|
|
|
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
2016-03-31 20:20:14 +03:00
|
|
|
--- a/test/diffs/multiple-hunks.A.js
|
|
|
|
+++ b/test/diffs/multiple-hunks.B.js
|
2016-03-31 20:53:47 +03:00
|
|
|
@@ -1,5 +1,5 @@
|
|
|
|
define( function() {
|
2016-03-31 20:20:14 +03:00
|
|
|
- console.log("foo");
|
|
|
|
+ console.log("bar");
|
|
|
|
// A comment
|
|
|
|
// Another comment
|
2016-03-31 20:53:47 +03:00
|
|
|
// Another comment
|
|
|
|
@@ -9,6 +9,6 @@
|
|
|
|
// A comment
|
|
|
|
// Another comment
|
|
|
|
// Another comment
|
2016-03-31 20:20:14 +03:00
|
|
|
- console.log("bar");
|
|
|
|
+ console.log("foo");
|
|
|
|
});
|