test no EOL at EOF with CRLF-formatted files
This commit is contained in:
parent
e78a3672c5
commit
6b27fafb26
2
test/files/no_eol_at_eof_crlf.txt
Normal file
2
test/files/no_eol_at_eof_crlf.txt
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
Line 1
|
||||||
|
Line 2
|
@ -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/crlf_format.txt",
|
||||||
"test/files/line_endings/lf_format.txt",
|
"test/files/line_endings/lf_format.txt",
|
||||||
"test/files/no_eol_at_eof.txt",
|
"test/files/no_eol_at_eof.txt",
|
||||||
|
"test/files/no_eol_at_eof_crlf.txt",
|
||||||
};
|
};
|
||||||
for (auto e : files_to_test)
|
for (auto e : files_to_test)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user