|
@@ -170,6 +170,8 @@ TYPED_TEST(Rdata_TXT_LIKE_Test, createMultiStringsFromText) {
|
|
|
texts.push_back("\"Test-String\" Test-String"); // no '"' for one
|
|
|
texts.push_back("\"Test-String\"Test-String"); // and no space either
|
|
|
texts.push_back("Test-String \"Test-String\""); // no '"' for the other
|
|
|
+ // This one currently doesn't work
|
|
|
+ //texts.push_back("Test-String\"Test-String\""); // and no space either
|
|
|
|
|
|
std::stringstream ss;
|
|
|
for (std::vector<std::string >::const_iterator it = texts.begin();
|