// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "build/build_config.h" #include "base/i18n/unicodestring.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/icu/source/common/unicode/ustring.h" #include "third_party/icu/source/i18n/unicode/translit.h" namespace base { namespace i18n { TEST(TransliteratorTest, LowerCorrect) { … } TEST(TransliteratorTest, LatinASCIICorrect) { … } TEST(TransliteratorTest, LowerLatinASCIICorrect) { … } } // namespace i18n } // namespace base