mirror of
https://github.com/github/semantic.git
synced 2024-12-01 09:15:01 +03:00
9 lines
322 B
JavaScript
9 lines
322 B
JavaScript
diff --git a/test/diffs/newline-at-eof.A.js b/test/diffs/newline-at-eof.B.js
|
|
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
|
--- a/test/diffs/newline-at-eof.A.js
|
|
+++ b/test/diffs/newline-at-eof.B.js
|
|
@@ -1,2 +1,4 @@
|
|
console.log("hello, world");
|
|
|
|
+console.log("insertion");
|