chromium/third_party/blink/renderer/core/editing/iterators/text_searcher_icu_test.cc

// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "third_party/blink/renderer/core/editing/iterators/text_searcher_icu.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/editing/finder/find_options.h"
#include "third_party/blink/renderer/platform/wtf/text/string_view.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"

namespace blink {

namespace {

String MakeUTF16(const char* str) {}

}  // namespace

TEST(TextSearcherICUTest, FindSubstring) {}

TEST(TextSearcherICUTest, FindIgnoreCaseSubstring) {}

TEST(TextSearcherICUTest, FindSubstringWithOffset) {}

TEST(TextSearcherICUTest, FindControlCharacter) {}

// For http://crbug.com/1138877
TEST(TextSearcherICUTest, BrokenSurrogate) {}

}  // namespace blink