diff options
author | jaseg <code@jaseg.net> | 2020-07-12 13:27:53 +0200 |
---|---|---|
committer | jaseg <code@jaseg.net> | 2020-07-12 13:27:53 +0200 |
commit | c3eef35f595bc4aa2c2aa30345ad63ee583e98e1 (patch) | |
tree | 94648f0fc8d56199ff33dfe2031164fb3e658bb0 /test.srt | |
parent | 3ef4ecf765820cbb34921a3bc2893e3d2e8c440a (diff) | |
download | python-mpv-c3eef35f595bc4aa2c2aa30345ad63ee583e98e1.tar.gz python-mpv-c3eef35f595bc4aa2c2aa30345ad63ee583e98e1.tar.bz2 python-mpv-c3eef35f595bc4aa2c2aa30345ad63ee583e98e1.zip |
Fix handling of dashed options in loadfile.
Add tests based on --sub-file. Also add a test for sub_add here.
Diffstat (limited to 'test.srt')
-rw-r--r-- | test.srt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test.srt b/test.srt new file mode 100644 index 0000000..e6f36e0 --- /dev/null +++ b/test.srt @@ -0,0 +1,9 @@ +1
+00:00:00,500 --> 00:00:01,000
+This is
+a subtitle test.
+
+2
+00:00:01,000 --> 00:00:02,000
+This is the second subtitle line.
+
|