mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 04:11:44 +00:00
tests: add test case for all five supported UTF encodings
This commit is contained in:
parent
c121933e6b
commit
3fcd06d728
@ -253,3 +253,4 @@ T_404opus_extraction:0aba264a50870d5cd62d8d12543898bd:passed:20130915-201931:0.0
|
||||
T_405packet_ordering_and_default_duration:82371939190a54b30998961d1037d491:passed:20130916-211719:0.258475566
|
||||
T_406ogm_chapters_ansi_encoded:32ea751b26cd868a808834a3473d43f5-902ad8d2388a75090804d252647310df-2f4b4e780b3ef05ed0a01e875fcd7fca:passed:20131002-230255:0.275447568
|
||||
T_407empty_tag_and_chapter_files:9b56c96b16de691f479a0bff09f7f3b3-9b56c96b16de691f479a0bff09f7f3b3-9b56c96b16de691f479a0bff09f7f3b3:passed:20131018-202312:0.131204626
|
||||
T_408utf_encodings_with_bom:14ceb03b7ba738b99cb74d9daa1e5564-14ceb03b7ba738b99cb74d9daa1e5564-14ceb03b7ba738b99cb74d9daa1e5564-14ceb03b7ba738b99cb74d9daa1e5564-14ceb03b7ba738b99cb74d9daa1e5564:passed:20131019-155216:0.215939391
|
||||
|
7
tests/test-408utf_encodings_with_bom.rb
Executable file
7
tests/test-408utf_encodings_with_bom.rb
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/ruby -w
|
||||
|
||||
# T_408utf_encodings_with_bom
|
||||
describe "mkvmerge / read different UTF encodings with BOM"
|
||||
|
||||
types = %w{8 16le 16be 32le 32be}
|
||||
types.each { |type| test_merge "data/subtitles/srt/bom/vde-utf#{type}.srt" }
|
Loading…
Reference in New Issue
Block a user