mkvtoolnix/tests/test-671emojis.rb
Ofir Petrushka 962088f59c style: rubocop Style/Encoding
Fix Style/Encoding by rubocop

Signed-off-by: Cody Coder <cody.coder@gitcodebuddy.com>
2020-10-07 11:58:06 +11:00

11 lines
429 B
Ruby
Executable File

#!/usr/bin/ruby -w
# T_671emojis
describe "mkvmerge / Emojis"
emojis = "😀😁😁😂😂😃😃😃😄😄😄😅😅😅😆😆😆😉😊😊😋😋😎😎😎😍😍😍😘😘😗😗😙😙😚😚😘😘😘😍😍😍"
test_merge "data/subtitles/srt/ven.srt", :args => "--title #{emojis}", :keep_tmp => true
test "identification" do
identify_json(tmp)["container"]["properties"]["title"] == emojis
end