mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
09db8c792a
- We expect most files to already be sorted, so an insertion sort starting from the end of the current array should be more efficient than a general sort step after all cues are loaded - Added a test for insertion sorting as well.
17 lines
243 B
Plaintext
17 lines
243 B
Plaintext
WEBVTT
|
|
|
|
00:03.000 --> 00:04.000
|
|
Should display fifth.
|
|
|
|
00:01.000 --> 00:02.000
|
|
Should display first.
|
|
|
|
00:01.000 --> 00:03.000
|
|
Should display second.
|
|
|
|
00:02.000 --> 00:04.000
|
|
Should display forth.
|
|
|
|
00:02.000 --> 00:03.000
|
|
Should display third.
|