UNPKG

455 BPlain TextView Raw
1--- test/file1.js removed
2+++ test/file2.js added
3@@ -1,9 +1,8 @@
4 var foo = "bar";
5
6 // some comment
7+function dolor(){ amet()
8-function dolor(){
9- amet();
10 }
11
12 // no changes until line 19
13 var a = function() {
14@@ -15,7 +14,7 @@
15 thisWontShowOnDiff();
16 thisShouldBeFirstLineOfLine19Diff();
17 // yeap this will show too
18
19+dolor ( a);
20-dolor(a);
21 amet();
22 // EOF