diff options
| author | Bond-009 <bond.009@outlook.com> | 2021-01-08 21:43:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-08 21:43:36 +0100 |
| commit | efa2dc68293d37ccd5c4037b5f821b41947ea99b (patch) | |
| tree | 08b418d15b08516d2b0ee8533b0350d7db08ba1b /tests/Jellyfin.MediaEncoding.Tests/Test Data/example.srt | |
| parent | a55442316381232f86b48351290fb96c03b530c1 (diff) | |
| parent | 5ac36a8b5859d5416005ab411774aa9464a533d2 (diff) | |
Merge pull request #4878 from jellyfin/srt
Add tests for srt parser
Diffstat (limited to 'tests/Jellyfin.MediaEncoding.Tests/Test Data/example.srt')
| -rw-r--r-- | tests/Jellyfin.MediaEncoding.Tests/Test Data/example.srt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/Jellyfin.MediaEncoding.Tests/Test Data/example.srt b/tests/Jellyfin.MediaEncoding.Tests/Test Data/example.srt new file mode 100644 index 000000000..78d74014e --- /dev/null +++ b/tests/Jellyfin.MediaEncoding.Tests/Test Data/example.srt @@ -0,0 +1,8 @@ +1 +00:02:17,440 --> 00:02:20,375 +Senator, we're making +our final approach into Coruscant. + +2 +00:02:20,476 --> 00:02:22,501 +Very good, Lieutenant. |
