csvpp

csvpp Commit Details


Date:2014-03-25 22:36:00 (10 years 8 months ago)
Author:Natalie Adams
Branch:default
Commit:31ee6af03377
Parents: 049891b09610
Message:updating test

Changes:
Mtests.cpp (1 diff)

File differences

tests.cpp
8080
8181
8282
83
83
8484
8585
8686
// Testing patch provided by Hanifa
// https://code.google.com/p/csvpp/issues/detail?id=2
{
RowReader tmp('|');
RowReader tmp("|");
stringstream ss;
ss << "field1|field2|field3\r\n123|234|345\r\n999|000|111\r\n";
ss >> tmp;

Archive Download the corresponding diff file

Branches

Tags

Page rendered in 0.40791s using 14 queries.