summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-14 18:55:52 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-14 18:55:52 +0100
commita002558d5e096d91c3c4294e30405ad3bce3e5d6 (patch)
tree35ac26bb2ef7190d832e5ad4386329c456d3902c /test
parent7ef8532e4402ad6596f3c92e25994c86ee9efbe9 (diff)
Skip Unicode BOM at the start of subrip files.
Diffstat (limited to 'test')
-rw-r--r--test/subrip_reader_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/subrip_reader_test.cc b/test/subrip_reader_test.cc
index 1779517..91437f2 100644
--- a/test/subrip_reader_test.cc
+++ b/test/subrip_reader_test.cc
@@ -303,5 +303,6 @@ test (boost::filesystem::path p)
BOOST_AUTO_TEST_CASE (subrip_read_test)
{
test ("sintel_en.srt");
+ test ("sintel_fr.srt");
test ("Fight.Club.1999.720p.BRRip.x264-x0r.srt");
}