Sha256: fd98dd02d79b60a60783a600d1602b9ba023b384ed42331d52c0861c4dbef4b8
Contents?: true
Size: 271 Bytes
Versions: 5
Compression:
Stored size: 271 Bytes
Contents
# -*- coding: utf-8 -*- require 'test/helper' class UnicodeBlockTest < Test::Unit::TestCase def test_upper_case [0x0047, 0x0110, 0x0164, 0x03d5, 0x04a2, 0x10c3, 0x2160, 0xa760].each do |cp| assert(Langusta::UnicodeBlock.is_upper_case?(cp)) end end end
Version data entries
5 entries across 5 versions & 1 rubygems