difftastic/sample_files/contiguous_2.js

8 lines
151 B
JavaScript

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