summaryrefslogtreecommitdiffstats
path: root/sample_files/contiguous_2.js
diff options
context:
space:
mode:
Diffstat (limited to 'sample_files/contiguous_2.js')
-rw-r--r--sample_files/contiguous_2.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/sample_files/contiguous_2.js b/sample_files/contiguous_2.js
new file mode 100644
index 000000000..77f2f85ed
--- /dev/null
+++ b/sample_files/contiguous_2.js
@@ -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",
+];