diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-11-13 19:46:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-11-13 19:46:35 +0100 |
| commit | cb8627cf8c0a7051b33b30904dca861a13cb623a (patch) | |
| tree | fcedbf2ccaa335f0d607e94e508076f7c81ad2ae /test/data/test.vtt | |
| parent | e3c66895937d334ceb6d9c310941e2fbeae0e6dc (diff) | |
Add primitive WebVTT reader.v1.6.38
Diffstat (limited to 'test/data/test.vtt')
| -rw-r--r-- | test/data/test.vtt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/data/test.vtt b/test/data/test.vtt new file mode 100644 index 0000000..461c8a2 --- /dev/null +++ b/test/data/test.vtt @@ -0,0 +1,11 @@ +WEBVTT - you can put something here + +NOTE You can have notes +That span multiple lines + +00:00:41,090 --> 00:00:42,210 +This is a subtitle +and that's a line break + +00:01:01,010 --> 00:01:02,100 +This is some stuff. |
