Test case for text files with mixed end-of-line markings

This commit is contained in:
Moritz Bunkus 2010-07-06 09:09:19 +02:00
parent c6c684d404
commit 21cfbcc1c5
2 changed files with 14 additions and 0 deletions

View File

@ -121,3 +121,4 @@ T_271ogg_flac_1_1_1:83da54c34efcce217a3ef16fcd70940f:passed:20100528-150526
T_272dirac:c1932cebca8f3706289fea22777e80c0:passed:20100530-144232
T_273pgssup:1bc2b076a7c76e0f29247fa244cee279-1bc2b076a7c76e0f29247fa244cee279-dbba8798fb51a54a748a0a5a7a85f452:passed:20100618-122332
T_274h264_in_nalus_in_avi:6e26433b3e15030db4a03d1edc71da36:passed:20100629-090725
T_275srt_mixed_eol_styles:99c107c5c61d8ceab4f955ff51e6eb55:passed:20100706-090848

View File

@ -0,0 +1,13 @@
#!/usr/bin/ruby -w
class T_275srt_mixed_eol_styles < Test
def description
return "mkvmerge / SRT files with mixed end-of-line markings"
end
def run
merge "'data/textsubs/Space Buddies (2009) AVCHD 1080p DTS.srt'"
return hash_tmp
end
end