diff --git a/test/t/vformat.rb b/test/t/vformat.rb index f87d4d7b8..dbf0114d3 100644 --- a/test/t/vformat.rb +++ b/test/t/vformat.rb @@ -21,7 +21,7 @@ assert('mrb_vformat') do assert_match '#>>', vf.v('%t', sclass({})) assert_equal 'string and length', vf.l('string %l length', 'andante', 3) assert_equal '`n`: sym', vf.n('`n`: %n', :sym) - assert_equal '%Cʸ»úÎó¯÷%', vf.s('%s', '%Cʸ»úÎó¯÷%') + assert_equal '%C文字列%', vf.s('%s', '%C文字列%') assert_equal '`C`: Kernel module', vf.C('`C`: %C module', Kernel) assert_equal '`C`: NilClass', vf.C('`C`: %C', nil.class) assert_match '#>', vf.C('%C', sclass(""))