11 using namespace wibble;
26 a.insert( a.begin(), 2 );
28 a.insert( a.begin(), 5 );
30 a.insert( a.begin(), 1 );
212 string val =
"/a//foo/";
236 string val =
"/a//foo/";
238 string res =
str::join(split.begin(), split.end(),
":");
289 "Multiline: value1\n"
297 "Name: second record\n";
298 stringstream input(data, ios_base::in);
324 i = yamlStream.
begin(input);
332 i = yamlStream.
begin(input);
340 "Name: value # comment\n"
342 "Multiline: value1 # comment \n"
348 "Name: second record\n";
349 stringstream input(data, ios_base::in);
367 i = yamlStream.
begin(input);
375 i = yamlStream.
begin(input);
379 Test c_escape_unescape() {