UNPKG

400 BPlain TextView Raw
1removed added
2
3 1 | var foo = "bar";<LF>
4 2 | <LF>
5 3 | // some comment<LF>
6 4 | function dolor(){<LF>
7 5 |  amet();<LF>
8 6 | }<LF>
9 7 | <LF>
10 8 | // no changes until line 19<LF>
1116 | thisShouldBeFirstLineOfLine19Diff();<LF>
1217 | // yeap this will show too<LF>
1318 | <LF>
1419 | dolor (<tab>a);<LF>
1520 | amet();<LF>
1621 | // EOF<LF>