MXS-1196: Allow delimiters to be multi-character
In some new test files, the delimiter is 2 characters.
This commit is contained in:
@ -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. */
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user