Sha256: 7549c63a761508070a30e6880f10de32e7dbc4538421fc20a1e3f10795484c1b

Contents?: true

Size: 239 Bytes

Versions: 5

Compression:

Stored size: 239 Bytes

Contents

# -*- coding: utf-8 -*-
require 'test/helper'

class JavaPropertyReaderTest < Test::Unit::TestCase
  def test_parse
    jpr = JavaPropertyReader.new(MESSAGES_PROPERTIES)
    assert_equal([0x4f7c, 0x6934], jpr["NGram.KANJI_1_0"])
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
langusta-0.2.4 test/test_java_property_reader.rb
langusta-0.2.3 test/test_java_property_reader.rb
langusta-0.2.2 test/test_java_property_reader.rb
langusta-0.2.1 test/test_java_property_reader.rb
langusta-0.2.0 test/test_java_property_reader.rb