removed added 1 | var foo = "bar"; 2 | 3 | // some comment 4 | function dolor(){ 5 |  amet(); 6 | } 7 | 8 | // no changes until line 19 16 | thisShouldBeFirstLineOfLine19Diff(); 17 | // yeap this will show too 18 | 19 | dolor (a); 20 | amet(); 21 | // EOF