add translator tests for EXTM3U files
This commit is contained in:
parent
5d3851b3e1
commit
b6ee1707d3
2
tests/data/comment-ext.m3u
Normal file
2
tests/data/comment-ext.m3u
Normal file
@ -0,0 +1,2 @@
|
||||
# test
|
||||
song1.mp3
|
||||
1
tests/data/empty-ext.m3u
Normal file
1
tests/data/empty-ext.m3u
Normal file
@ -0,0 +1 @@
|
||||
#EXTM3U
|
||||
1
tests/data/encoding-ext.m3u
Normal file
1
tests/data/encoding-ext.m3u
Normal file
@ -0,0 +1 @@
|
||||
<EFBFBD><EFBFBD><EFBFBD>.mp3
|
||||
3
tests/data/one-ext.m3u
Normal file
3
tests/data/one-ext.m3u
Normal file
@ -0,0 +1,3 @@
|
||||
#EXTM3U
|
||||
#EXTINF:-1,song1
|
||||
song1.mp3
|
||||
3
tests/data/two-ext.m3u
Normal file
3
tests/data/two-ext.m3u
Normal file
@ -0,0 +1,3 @@
|
||||
#EXTM3U
|
||||
#EXTINF:-1,song1
|
||||
song1.mp3
|
||||
Loading…
Reference in New Issue
Block a user