diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-06-19 21:57:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-06-19 21:57:58 +0100 |
| commit | 6825d70ae8310faa064c8d39cb20c77d5d02c8b9 (patch) | |
| tree | c0071aceffe824db91cb30df82b8f5bd3287b745 /test | |
| parent | 3622680ecd0f502625ac61ab8477e1a7fd9b06f4 (diff) | |
Fix some small errors in SSA/ASS parsing.
Diffstat (limited to 'test')
| -rw-r--r-- | test/ssa_reader_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ssa_reader_test.cc b/test/ssa_reader_test.cc index 46b5cb7..30f8538 100644 --- a/test/ssa_reader_test.cc +++ b/test/ssa_reader_test.cc @@ -124,6 +124,7 @@ test (boost::filesystem::path p) BOOST_AUTO_TEST_CASE (ssa_reader_test2) { test ("DKH_UT_EN20160601def.ssa"); + test ("dcpsubtest-en.ssa"); } #define SUB_START(f, t) \ |
