1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

Fix the no-newline-at-eof test.

This commit is contained in:
Rob Rix 2016-04-14 22:03:50 -04:00
parent a61d847705
commit b9230ceac4

View File

@ -2,7 +2,7 @@ diff --git a/test/diffs/no-newline-at-eof.A.js b/test/diffs/no-newline-at-eof.B.
index .. 100644
--- a/test/diffs/no-newline-at-eof.A.js
+++ b/test/diffs/no-newline-at-eof.B.js
@@ -1,2 +1,3 @@
@@ -1,1 +1,3 @@
console.log("hello, world");
+console.log("insertion");