TestPreprocessor: Minor update to ensure that extra spaces are filtered out
This commit is contained in:
parent
de3c6f9c1b
commit
b0d1e83c88
|
@ -398,7 +398,7 @@ private:
|
||||||
|
|
||||||
void multiline()
|
void multiline()
|
||||||
{
|
{
|
||||||
const char filedata[] = "#define str \"abc\" \\\n"
|
const char filedata[] = "#define str \"abc\" \\ \n"
|
||||||
" \"def\"\n";
|
" \"def\"\n";
|
||||||
|
|
||||||
std::map<std::string, std::string> expected;
|
std::map<std::string, std::string> expected;
|
||||||
|
|
Loading…
Reference in New Issue