#include "boost/test/unit_test.hpp"
#include "cetlib/canonical_string.h"
Go to the source code of this file.
#define BOOST_TEST_MODULE |
( |
|
canonical_string_t | ) |
|
Definition at line 30 of file canonical_string_test.cc.
34 "canonical_result returns false on input: '" <<
input <<
"'");
35 BOOST_TEST(result == wanted);
bool canonical_string(std::string const &str, std::string &result)
BOOST_AUTO_TEST_CASE |
( |
is_single_quoted_string_t |
| ) |
|
BOOST_AUTO_TEST_CASE |
( |
is_double_quoted_string_t |
| ) |
|
BOOST_AUTO_TEST_CASE |
( |
canonical_string_t |
| ) |
|
Definition at line 50 of file canonical_string_test.cc.
58 "canonical_string() should return false on empty input.");
void becomes(std::string const &input, std::string const &wanted)
std::string dquoted(std::string const &s)
bool canonical_string(std::string const &str, std::string &result)
std::string squoted(std::string const &s)