Macros | Functions
remove_whitespace_t.cc File Reference
#include "boost/test/unit_test.hpp"
#include "art/Utilities/detail/remove_whitespace.h"
#include <string>

Go to the source code of this file.

Macros

#define BOOST_TEST_MODULE   (parse_path_spec_t)
 

Functions

 BOOST_AUTO_TEST_CASE (remove_whitespace_t)
 

Macro Definition Documentation

#define BOOST_TEST_MODULE   (parse_path_spec_t)

Definition at line 1 of file remove_whitespace_t.cc.

Function Documentation

BOOST_AUTO_TEST_CASE ( remove_whitespace_t  )

Definition at line 10 of file remove_whitespace_t.cc.

11 {
12  std::string a("noblanks");
13  std::string b("\t no blanks \t");
14 
16  BOOST_TEST(a == b);
17 }
std::string string
Definition: nybbler.cc:12
const double a
void remove_whitespace(std::string &str)
static bool * b
Definition: config.cpp:1043