TestPreprocessor: Minor update to ensure that extra spaces are filtered out

This commit is contained in:
Daniel Marjamäki 2008-11-03 07:56:23 +00:00
parent de3c6f9c1b
commit b0d1e83c88
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ private:
void multiline()
{
const char filedata[] = "#define str \"abc\" \\\n"
const char filedata[] = "#define str \"abc\" \\ \n"
" \"def\"\n";
std::map<std::string, std::string> expected;