chromium/components/url_matcher/regex_set_matcher_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 "components/url_matcher/regex_set_matcher.h"

#include <set>

#include "base/containers/contains.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "url/gurl.h"

MatcherStringPattern;
SubstringSetMatcher;

namespace url_matcher {

TEST(RegexSetMatcherTest, MatchRegexes) {}

TEST(RegexSetMatcherTest, CaseSensitivity) {}

}  // namespace url_matcher