Add a sample file exercising contiguous item logic

ida_star
Wilfred Hughes 2021-07-31 10:50:02 +07:00
parent 5b440a69b3
commit 1553533559
2 changed files with 12 additions and 0 deletions

@ -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",
];