9 Commits

Author SHA1 Message Date
1b5a2d92af Add LineEndings module. 2020-11-24 16:57:51 -05:00
047288ea3d Add some encoding test files. 2020-11-15 21:35:51 -05:00
46f5059a0b add test/files/control-characters.txt 2016-12-30 12:10:43 -05:00
1862d867f6 Fix Buffer::Iterator::go_previous_line() 2016-12-24 14:41:25 -05:00
6b27fafb26 test no EOL at EOF with CRLF-formatted files 2016-12-18 19:52:41 -05:00
6c8e860fb5 Test that files consisting of just 1 or 2 newline characters are written correctly 2016-12-07 22:20:41 -05:00
7093560a94 Support loading files that do not end with a EOL sequence
- do not drop the last line of such files from TextLoader
- add a flag to TextLoader to indicate if the loaded file ended with a
  EOL sequence
2016-07-24 12:22:03 -04:00
3be19dbf81 implement TextLoader tests, add TestSupport module 2016-07-16 21:28:29 -04:00
9cba728fb9 add unit tests 2016-06-19 15:44:48 -04:00