chromium/components/spellcheck/renderer/custom_dictionary_engine_unittest.cc

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

#include "base/strings/utf_string_conversions.h"
#include "components/spellcheck/renderer/custom_dictionary_engine.h"
#include "testing/gtest/include/gtest/gtest.h"

TEST(CustomDictionaryTest, HandlesEmptyWordWithInvalidSubstring) {}

TEST(CustomDictionaryTest, Basic) {}

TEST(CustomDictionaryTest, HandlesNullCharacters) {}