/
BirdLeon
/
ROBLOX2016
Обзор
Документация
Войти
/
BirdLeon
/
ROBLOX2016
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
Library/cpp-netlib/libs/network/test/uri/relative_uri_test.cpp
18 строк
556 B
PatoFlamejanteTV
full source code
19 дек 2024, 19:11
19 дек 2024, 19:11
05db15d
Код
Авторство
О чём код?
// Copyright (c) Glyn Matthews 2012. // Copyright 2016 Google, Inc. // 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) #include <gtest/gtest.h> #include <boost/config/warning_disable.hpp> #include <boost/network/uri/uri.hpp> #include <boost/network/uri/uri_io.hpp> using namespace boost::network; TEST(RelativeURITest, NotSupported) { // don't yet support relative URIs uri::uri instance("example.com"); ASSERT_FALSE(uri::valid(instance)); }