diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-04 23:38:20 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-04 23:38:20 +0100 |
| commit | b9fb00d333a757db56da53bf74a6bd2cb745e7a6 (patch) | |
| tree | 7e1f4bb1539dfd483aa6be2eda822157e3ad5a03 /test/data | |
| parent | 2ff1d1af9c68423b034d3f14626cf50355c7edfc (diff) | |
Tidy subrip parsing a bit and fix failure to persist
italic/bold etc. across multiple lines of one subtitle
(DCP-o-matic bug #837).
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/test2.srt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/data/test2.srt b/test/data/test2.srt index 94251d4..3e0e478 100644 --- a/test/data/test2.srt +++ b/test/data/test2.srt @@ -22,3 +22,8 @@ Is this a dagger I see before me? 6 00:03:54,560 --> 00:03:56,471 Hello world. + +7 +00:04:50,123 --> 00:04:55,023 +<i>Some italics over +multiple lines</i> |
