1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 12:51:52 +03:00
semantic/test/diffs/no-newline-at-eof.patch.js
2016-04-14 22:03:50 -04:00

10 lines
282 B
JavaScript

diff --git a/test/diffs/no-newline-at-eof.A.js b/test/diffs/no-newline-at-eof.B.js
index .. 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