test no EOL at EOF with CRLF-formatted files

This commit is contained in:
Josh Holtrop 2016-12-18 19:52:41 -05:00
parent e78a3672c5
commit 6b27fafb26
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
Line 1
Line 2

View File

@ -13,6 +13,7 @@ TEST(BufferTest, writes_an_identical_file_to_what_is_loaded_if_no_changes_were_p
"test/files/line_endings/crlf_format.txt",
"test/files/line_endings/lf_format.txt",
"test/files/no_eol_at_eof.txt",
"test/files/no_eol_at_eof_crlf.txt",
};
for (auto e : files_to_test)
{