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
|
||||
if (true) {
|
||||
foo();
|
||||
bar(1);
|
||||
bar(2);
|
||||
baz();
|
||||
}
|
||||
|
||||
var people = ["john", "harry", "dick", "yvonne",
|
||||
"archibald", "jenny", "alexandra"];
|
||||
var people = [
|
||||
"john", "harry", "dick", "yvonne",
|
||||
"eric", "jenny", "alexandra",
|
||||
];
|
||||
|
||||
@ -1,7 +1,9 @@
|
||||
// hello
|
||||
foo();
|
||||
bar();
|
||||
bar(1);
|
||||
baz();
|
||||
|
||||
var people = ["john", "harry", "dick", "archibald",
|
||||
"jenny", "alexandra"];
|
||||
var people = [
|
||||
"john", "harry", "dick", "eric",
|
||||
"jenny", "alexandra",
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue