mirror of
https://github.com/github/semantic.git
synced 2024-12-11 08:45:48 +03:00
10 lines
362 B
JavaScript
10 lines
362 B
JavaScript
diff --git a/test/diffs/no-newline-at-eof.A.js b/test/diffs/no-newline-at-eof.B.js
|
|
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
|
|
--- a/test/diffs/no-newline-at-eof.A.js
|
|
+++ b/test/diffs/no-newline-at-eof.B.js
|
|
@@ -1,1 +1,3 @@
|
|
console.log("hello, world");
|
|
|
|
+console.log("insertion");
|
|
\ No newline at end of file
|