MXS-1196: Allow delimiters to be multi-character

In some new test files, the delimiter is 2 characters.
This commit is contained in:
Johan Wikman
2017-05-03 15:46:02 +03:00
parent 53dfa818e3
commit 8a0455c2fe
2 changed files with 11 additions and 6 deletions

View File

@ -76,7 +76,7 @@ private:
private:
std::istream& m_in; /*< The stream we are using. */
size_t m_line; /*< The current line. */
char m_delimiter; /*< The current delimiter. */
std::string m_delimiter; /*< The current delimiter. */
};
};