// Copyright 2017 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/markers/active_suggestion_marker_list_impl.h" #include "third_party/blink/renderer/core/editing/markers/active_suggestion_marker.h" #include "third_party/blink/renderer/core/editing/testing/editing_test_base.h" namespace blink { class ActiveSuggestionMarkerListImplTest : public EditingTestBase { … }; // ActiveSuggestionMarkerListImpl shouldn't merge markers with touching // endpoints TEST_F(ActiveSuggestionMarkerListImplTest, Add) { … } } // namespace blink