Sha256: 6eccc0c94d28aa537ec2bf6ba7e30ec7b5d193a0d4694bef1938632fde59553a
Contents?: true
Size: 908 Bytes
Versions: 50
Compression:
Stored size: 908 Bytes
Contents
# Copyright (C) 2012 Kouhei Sutou <kou@clear-code.com> # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License version 2.1 as published by the Free Software Foundation. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Lesser General Public License for more details. # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA class NormalizerTest < Test::Unit::TestCase include GroongaTestUtils setup :setup_database def test_normalize assert_equal("abc", Groonga::Normalizer.normalize("AbC")) end end
Version data entries
50 entries across 50 versions & 1 rubygems