mirror of https://github.com/Wilfred/difftastic/
Update screenshot and ensure sample files match
parent
edb51ece86
commit
9ce60140ce
Binary file not shown.
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 32 KiB |
@ -1,9 +1,11 @@
|
|||||||
// hello
|
// hello
|
||||||
if (true) {
|
if (true) {
|
||||||
foo();
|
foo();
|
||||||
bar(1);
|
bar(2);
|
||||||
baz();
|
baz();
|
||||||
}
|
}
|
||||||
|
|
||||||
var people = ["john", "harry", "dick", "yvonne",
|
var people = [
|
||||||
"archibald", "jenny", "alexandra"];
|
"john", "harry", "dick", "yvonne",
|
||||||
|
"eric", "jenny", "alexandra",
|
||||||
|
];
|
||||||
|
|||||||
@ -1,7 +1,9 @@
|
|||||||
// hello
|
// hello
|
||||||
foo();
|
foo();
|
||||||
bar();
|
bar(1);
|
||||||
baz();
|
baz();
|
||||||
|
|
||||||
var people = ["john", "harry", "dick", "archibald",
|
var people = [
|
||||||
"jenny", "alexandra"];
|
"john", "harry", "dick", "eric",
|
||||||
|
"jenny", "alexandra",
|
||||||
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue