mirror of
https://github.com/simon987/Simple-Incremental-Search-Tool.git
synced 2025-12-13 15:19:05 +00:00
Small improvements in indexing
This commit is contained in:
@@ -14,5 +14,5 @@ class TextFileParserTest(TestCase):
|
||||
info = parser.parse(dir_name + "/test_files/text.csv")
|
||||
|
||||
self.assertTrue(info["content"].startswith("rosbagTimestamp,header,seq,stamp,secs,nsecs,"))
|
||||
self.assertEqual(len(info["content"]), 1309) # Size is larger because of html escaping
|
||||
self.assertEqual(len(info["content"]), 1234)
|
||||
self.assertEqual(info["encoding"], "ascii")
|
||||
|
||||
Reference in New Issue
Block a user