From b0d1e83c8876f7e63b46694acf539d0022c1e314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 3 Nov 2008 07:56:23 +0000 Subject: [PATCH] TestPreprocessor: Minor update to ensure that extra spaces are filtered out --- testpreprocessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testpreprocessor.cpp b/testpreprocessor.cpp index 312a193bb..ea7097bb1 100644 --- a/testpreprocessor.cpp +++ b/testpreprocessor.cpp @@ -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 expected;