diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-28 17:19:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-29 02:04:33 +0100 |
| commit | 62c12efaff503fc6e7e41a50382f985eb2239d5f (patch) | |
| tree | 438ea4b262be6f69ef8598af03a75875ccd57a7f /test/data | |
| parent | ed7db4de16af9f6a0e17f4469aed22a8f6fa17e0 (diff) | |
Fix failure to reset horizontal alignment after a .srt subtitles (DoM #2960).
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/test3.srt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/data/test3.srt b/test/data/test3.srt new file mode 100644 index 0000000..39b3769 --- /dev/null +++ b/test/data/test3.srt @@ -0,0 +1,15 @@ +1 +00:01:49,200 --> 00:01:52,351 +{\an1}Let's go bottom left + +2 +00:01:52,440 --> 00:01:54,351 +Now back to the middle + +3 +00:01:54,440 --> 00:01:56,590 +{\an9}And top right + +4 +00:01:56,680 --> 00:01:58,955 +And here we are again |
