mirror of https://github.com/Wilfred/difftastic/
Document diffing directories
Also add sample directories to exercise this. Helps with #98.better_inline
parent
61c79839e3
commit
fb680ccdb3
@ -0,0 +1,9 @@
|
||||
// hello
|
||||
if (true) {
|
||||
foo();
|
||||
bar(1);
|
||||
baz();
|
||||
}
|
||||
|
||||
var people = ["john", "harry", "dick", "yvonne",
|
||||
"archibald", "jenny", "alexandra"];
|
||||
@ -0,0 +1,7 @@
|
||||
// hello
|
||||
foo();
|
||||
bar();
|
||||
baz();
|
||||
|
||||
var people = ["john", "harry", "dick", "archibald",
|
||||
"jenny", "alexandra"];
|
||||
Loading…
Reference in New Issue