1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 21:01:35 +03:00
semantic/test/diffs/no-newline-at-eof.patch.js

10 lines
282 B
JavaScript
Raw Normal View History

2016-02-23 00:04:39 +03:00
diff --git a/test/diffs/no-newline-at-eof.A.js b/test/diffs/no-newline-at-eof.B.js
2016-03-04 01:41:15 +03:00
index .. 100644
--- a/test/diffs/no-newline-at-eof.A.js
+++ b/test/diffs/no-newline-at-eof.B.js
2016-04-15 05:03:50 +03:00
@@ -1,1 +1,3 @@
2016-02-22 23:00:05 +03:00
console.log("hello, world");
2016-03-12 01:19:20 +03:00
+console.log("insertion");
2016-03-17 01:56:57 +03:00
\ No newline at end of file