1
1
mirror of https://github.com/github/semantic.git synced 2024-12-11 08:45:48 +03:00
semantic/test/diffs/no-newline-at-eof.patch.js

10 lines
362 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-08-09 23:01:25 +03:00
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000 100644
2016-03-04 01:41:15 +03:00
--- 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