From c7254b29876ac9e131ad64d07426a6dcb493a25a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sat, 8 Apr 2017 22:51:13 +0200 Subject: test: update tests to for new line ending handling --- lua/file-empty.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'lua/file-empty.lua') diff --git a/lua/file-empty.lua b/lua/file-empty.lua index 170abc7..69ec17d 100644 --- a/lua/file-empty.lua +++ b/lua/file-empty.lua @@ -8,10 +8,6 @@ describe("empty file", function() assert.are.equal(0, file.size) end) - it("has \\n line endings", function() - assert.are.equal("lf", file.newlines) - end) - it("has zero lines", function() assert.are.equal(0, #file.lines) end) -- cgit v1.2.3