# File test/test_jconv.rb, line 78 def test_empty_string assert_equal('', @jconv.jtou8('')) assert_equal('', @jconv.u8toeuc('')) assert_equal(0, @nkf_call) assert_equal(0, @euctou8_call) assert_equal(0, @u8toeuc_call) assert_equal(0, @u8tou16_call) end