remove_whitespace_t.cc
Go to the documentation of this file.
1 #define BOOST_TEST_MODULE (parse_path_spec_t)
2 #include "boost/test/unit_test.hpp"
3 
5 
6 #include <string>
7 
8 BOOST_AUTO_TEST_SUITE(parse_path_spec_t)
9 
10 BOOST_AUTO_TEST_CASE(remove_whitespace_t)
11 {
12  std::string a("noblanks");
13  std::string b("\t no blanks \t");
14 
16  BOOST_TEST(a == b);
17 }
18 
19 BOOST_AUTO_TEST_SUITE_END()
std::string string
Definition: nybbler.cc:12
BOOST_AUTO_TEST_CASE(remove_whitespace_t)
const double a
void remove_whitespace(std::string &str)
static bool * b
Definition: config.cpp:1043