diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-06-02 23:38:16 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-06-02 23:38:59 +0200 |
| commit | e7245abe84a1a09a5f680e426b5dfac2de2e472a (patch) | |
| tree | 54b1cdc8cb740963cfe8f57a3dd7a7d199ec2e84 /test | |
| parent | 8ea0d3bbc98054a2b6582343c96c4d03bcc2d4c1 (diff) | |
Fix incorrect hint about having too many subtitle lines in some cases (#2546).
Diffstat (limited to 'test')
| m--------- | test/data | 0 | ||||
| -rw-r--r-- | test/hints_test.cc | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/test/data b/test/data -Subproject ece8e470df37357b9a9c29360c15213b6e71ec3 +Subproject 53fd88a32ec14dfed9059095cf5019adb8de04f diff --git a/test/hints_test.cc b/test/hints_test.cc index 55e859e0d..5e59ef924 100644 --- a/test/hints_test.cc +++ b/test/hints_test.cc @@ -153,6 +153,12 @@ BOOST_AUTO_TEST_CASE (hint_many_subtitle_lines) } +BOOST_AUTO_TEST_CASE(hint_many_subtitle_lines2) +{ + check(TextType::OPEN_SUBTITLE, "hint_many_subtitle_lines2"); +} + + BOOST_AUTO_TEST_CASE (hint_subtitle_too_long) { check ( |
