Sha256: 6ca1a9993283d72ad527142de3981d84bc1ceb1478728c1ba14425c5cdf99609
Contents?: true
Size: 913 Bytes
Versions: 15
Compression:
Stored size: 913 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 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
15 entries across 15 versions & 1 rubygems