diff --git a/tests/results.txt b/tests/results.txt index 90e301c4f..346ab6922 100644 --- a/tests/results.txt +++ b/tests/results.txt @@ -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 diff --git a/tests/test-408utf_encodings_with_bom.rb b/tests/test-408utf_encodings_with_bom.rb new file mode 100755 index 000000000..f2560714c --- /dev/null +++ b/tests/test-408utf_encodings_with_bom.rb @@ -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" }