2
0
mirror of https://github.com/boostorg/url.git synced 2026-02-15 13:32:14 +00:00
Files
url/test/unit/grammar/copied_strings.cpp
Vinnie Falco c8013a172f refactor copied_strings
fix #364
2022-08-07 16:17:56 -07:00

34 lines
645 B
C++

//
// Copyright (c) 2019 Vinnie Falco (vinnie.falco@gmail.com)
//
// Distributed under the Boost Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
//
// Official repository: https://github.com/CPPAlliance/url
//
// Test that header file is self-contained.
#include <boost/url/grammar/detail/copied_strings.hpp>
#include "test_suite.hpp"
namespace boost {
namespace urls {
namespace grammar {
struct copied_strings_test
{
void
run()
{
}
};
TEST_SUITE(
copied_strings_test,
"boost.url.grammar.copied_strings");
} // grammar
} // urls
} // boost