From c3eef35f595bc4aa2c2aa30345ad63ee583e98e1 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 12 Jul 2020 13:27:53 +0200 Subject: Fix handling of dashed options in loadfile. Add tests based on --sub-file. Also add a test for sub_add here. --- test.srt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test.srt (limited to 'test.srt') 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. + -- cgit