astyle formatting
This commit is contained in:
parent
7d94230329
commit
fe8b6f0f95
|
@ -2698,9 +2698,9 @@ private:
|
||||||
|
|
||||||
void define_if4() {
|
void define_if4() {
|
||||||
const char filedata[] = "#define X +123\n"
|
const char filedata[] = "#define X +123\n"
|
||||||
"#if X==123\n"
|
"#if X==123\n"
|
||||||
"FOO\n"
|
"FOO\n"
|
||||||
"#endif";
|
"#endif";
|
||||||
Preprocessor preprocessor(NULL, this);
|
Preprocessor preprocessor(NULL, this);
|
||||||
ASSERT_EQUALS("\n\nFOO\n\n", preprocessor.getcode(filedata,"",""));
|
ASSERT_EQUALS("\n\nFOO\n\n", preprocessor.getcode(filedata,"",""));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue