diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-15 23:12:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-15 23:12:39 +0100 |
| commit | 84ab32e2bb86b6f5f45a70113f67cd59ac739f54 (patch) | |
| tree | a2ed8a400313d2c6d502fa6f08624bf4e0cbfeb3 | |
| parent | 3ab1670d31f61e09a18959ed75889155aa80714c (diff) | |
Fix broken test.v1.6.60
| -rw-r--r-- | test/subrip_writer_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/subrip_writer_test.cc b/test/subrip_writer_test.cc index 431b959..24e6816 100644 --- a/test/subrip_writer_test.cc +++ b/test/subrip_writer_test.cc @@ -103,5 +103,5 @@ BOOST_AUTO_TEST_CASE(subrip_writer_test) BOOST_CHECK_EQUAL(lines[5], "2"); BOOST_CHECK_EQUAL(lines[6], "00:01:01,010 --> 00:01:02,100"); - BOOST_CHECK_EQUAL(lines[7], "This is some <b>bold</b> <u>underlined</u>"); + BOOST_CHECK_EQUAL(lines[7], "This is some <b>bold</b> and some <u>underlined</u>"); } |
