diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-10-06 11:51:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-10-06 11:51:32 +0100 |
| commit | ae10bb2a702ab08c497b940d43f0d6e85ae26970 (patch) | |
| tree | f3dfcd5aeec554b9924e9967216b4bc0acbfe3aa /test/data | |
| parent | 06f29a8090d5bff27ae2f5078a815a2111c28ad5 (diff) | |
Copy in a test from dcpomatic.
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/test2.srt | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/test/data/test2.srt b/test/data/test2.srt new file mode 100644 index 0000000..94251d4 --- /dev/null +++ b/test/data/test2.srt @@ -0,0 +1,24 @@ +1 +00:01:49,200 --> 00:01:52,351 +This is a subtitle, and it goes +over two lines. + +2 +00:01:52,440 --> 00:01:54,351 +<b>We have emboldened this</b> + +3 +00:01:54,440 --> 00:01:56,590 +<i>And italicised this.</i> + +4 +00:01:56,680 --> 00:01:58,955 +Shall I compare thee to a summers' day? + +5 +00:02:00,840 --> 00:02:03,400 +Is this a dagger I see before me? + +6 +00:03:54,560 --> 00:03:56,471 +Hello world. |
