mirror of https://github.com/Wilfred/difftastic/
Add a sample file exercising contiguous item logic
parent
5b440a69b3
commit
1553533559
@ -0,0 +1,7 @@
|
||||
// There are multiple possible diffs here, but we want to prefer
|
||||
// showing A and B on the same line.
|
||||
var x = [
|
||||
"A", "B",
|
||||
"A", "B",
|
||||
"C", "D",
|
||||
];
|
||||
@ -0,0 +1,5 @@
|
||||
|
||||
var x = [
|
||||
"A", "B",
|
||||
"C", "D",
|
||||
];
|
||||
Loading…
Reference in New Issue