forked from qt-creator/qt-creator
C++: Fix indentation in preprocessor tests
Easier to compare when indentation is aligned Change-Id: I216073dc167c0ed785616ae308b566db7f910592 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
e600424648
commit
7febebc294
@@ -1148,18 +1148,18 @@ void tst_Preprocessor::comments_within_data()
|
|||||||
"# 8 \"<stdin>\"\n"
|
"# 8 \"<stdin>\"\n"
|
||||||
"x = 10\n"
|
"x = 10\n"
|
||||||
) << _(
|
) << _(
|
||||||
"# 1 \"<stdin>\"\n"
|
"# 1 \"<stdin>\"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"\n"
|
"\n"
|
||||||
" // comment\n"
|
" // comment\n"
|
||||||
" // comment\n"
|
" // comment\n"
|
||||||
" // comment\n"
|
" // comment\n"
|
||||||
" // comment\n"
|
" // comment\n"
|
||||||
"# expansion begin 76,3 ~3\n"
|
"# expansion begin 76,3 ~3\n"
|
||||||
"int x;\n"
|
"int x;\n"
|
||||||
"# expansion end\n"
|
"# expansion end\n"
|
||||||
"# 8 \"<stdin>\"\n"
|
"# 8 \"<stdin>\"\n"
|
||||||
"x = 10\n"
|
"x = 10\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
QTest::newRow("case 2") << _(
|
QTest::newRow("case 2") << _(
|
||||||
@@ -1185,18 +1185,18 @@ void tst_Preprocessor::comments_within_data()
|
|||||||
"# 8 \"<stdin>\"\n"
|
"# 8 \"<stdin>\"\n"
|
||||||
"x = 10\n"
|
"x = 10\n"
|
||||||
) << _(
|
) << _(
|
||||||
"# 1 \"<stdin>\"\n"
|
"# 1 \"<stdin>\"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"\n"
|
"\n"
|
||||||
" /* comment\n"
|
" /* comment\n"
|
||||||
" comment\n"
|
" comment\n"
|
||||||
" comment\n"
|
" comment\n"
|
||||||
" comment */\n"
|
" comment */\n"
|
||||||
"# expansion begin 79,3 ~3\n"
|
"# expansion begin 79,3 ~3\n"
|
||||||
"int x;\n"
|
"int x;\n"
|
||||||
"# expansion end\n"
|
"# expansion end\n"
|
||||||
"# 8 \"<stdin>\"\n"
|
"# 8 \"<stdin>\"\n"
|
||||||
"x = 10\n"
|
"x = 10\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
QTest::newRow("case 3") << _(
|
QTest::newRow("case 3") << _(
|
||||||
@@ -1224,20 +1224,20 @@ void tst_Preprocessor::comments_within_data()
|
|||||||
"# 10 \"<stdin>\"\n"
|
"# 10 \"<stdin>\"\n"
|
||||||
"x = 10\n"
|
"x = 10\n"
|
||||||
) << _(
|
) << _(
|
||||||
"# 1 \"<stdin>\"\n"
|
"# 1 \"<stdin>\"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"\n"
|
"\n"
|
||||||
" // comment\n"
|
" // comment\n"
|
||||||
" // comment\n"
|
" // comment\n"
|
||||||
" // comment\n"
|
" // comment\n"
|
||||||
" // comment\n"
|
" // comment\n"
|
||||||
"# expansion begin 76,3 ~3\n"
|
"# expansion begin 76,3 ~3\n"
|
||||||
"int x;\n"
|
"int x;\n"
|
||||||
"# expansion end\n"
|
"# expansion end\n"
|
||||||
"# 8 \"<stdin>\"\n"
|
"# 8 \"<stdin>\"\n"
|
||||||
"// test\n"
|
"// test\n"
|
||||||
"// test again\n"
|
"// test again\n"
|
||||||
"x = 10\n"
|
"x = 10\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
QTest::newRow("case 4") << _(
|
QTest::newRow("case 4") << _(
|
||||||
@@ -1265,20 +1265,20 @@ void tst_Preprocessor::comments_within_data()
|
|||||||
"# 10 \"<stdin>\"\n"
|
"# 10 \"<stdin>\"\n"
|
||||||
"x = 10\n"
|
"x = 10\n"
|
||||||
) << _(
|
) << _(
|
||||||
"# 1 \"<stdin>\"\n"
|
"# 1 \"<stdin>\"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"\n"
|
"\n"
|
||||||
" /* comment\n"
|
" /* comment\n"
|
||||||
" comment\n"
|
" comment\n"
|
||||||
" comment\n"
|
" comment\n"
|
||||||
" comment */\n"
|
" comment */\n"
|
||||||
"# expansion begin 79,3 ~3\n"
|
"# expansion begin 79,3 ~3\n"
|
||||||
"int x;\n"
|
"int x;\n"
|
||||||
"# expansion end\n"
|
"# expansion end\n"
|
||||||
"# 8 \"<stdin>\"\n"
|
"# 8 \"<stdin>\"\n"
|
||||||
"/* \n"
|
"/* \n"
|
||||||
"*/\n"
|
"*/\n"
|
||||||
"x = 10\n"
|
"x = 10\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
QTest::newRow("case 5") << _(
|
QTest::newRow("case 5") << _(
|
||||||
@@ -1299,14 +1299,14 @@ void tst_Preprocessor::comments_within_data()
|
|||||||
"# expansion end\n"
|
"# expansion end\n"
|
||||||
"# 8 \"<stdin>\"\n"
|
"# 8 \"<stdin>\"\n"
|
||||||
) << _(
|
) << _(
|
||||||
"# 1 \"<stdin>\"\n"
|
"# 1 \"<stdin>\"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"void foo() {\n"
|
"void foo() {\n"
|
||||||
"# expansion begin 57,3 ~4 4:7 ~5 6:7 7:0 ~2\n"
|
"# expansion begin 57,3 ~4 4:7 ~5 6:7 7:0 ~2\n"
|
||||||
"{ (void)10; (void)/*comment*/ 12}; }\n"
|
"{ (void)10; (void)/*comment*/ 12}; }\n"
|
||||||
"# expansion end\n"
|
"# expansion end\n"
|
||||||
"# 8 \"<stdin>\"\n"
|
"# 8 \"<stdin>\"\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
QTest::newRow("case 6") << _(
|
QTest::newRow("case 6") << _(
|
||||||
@@ -1327,14 +1327,14 @@ void tst_Preprocessor::comments_within_data()
|
|||||||
"# expansion end\n"
|
"# expansion end\n"
|
||||||
"# 8 \"<stdin>\"\n"
|
"# 8 \"<stdin>\"\n"
|
||||||
) << _(
|
) << _(
|
||||||
"# 1 \"<stdin>\"\n"
|
"# 1 \"<stdin>\"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"void foo() {\n"
|
"void foo() {\n"
|
||||||
"# expansion begin 57,3 ~4 4:7 ~5 6:7 7:0 ~2\n"
|
"# expansion begin 57,3 ~4 4:7 ~5 6:7 7:0 ~2\n"
|
||||||
"{ (void)10; (void)/*tricky*|comment*/ 12}; }\n"
|
"{ (void)10; (void)/*tricky*|comment*/ 12}; }\n"
|
||||||
"# expansion end\n"
|
"# expansion end\n"
|
||||||
"# 8 \"<stdin>\"\n"
|
"# 8 \"<stdin>\"\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
QTest::newRow("case 7") << _(
|
QTest::newRow("case 7") << _(
|
||||||
@@ -1356,17 +1356,17 @@ void tst_Preprocessor::comments_within_data()
|
|||||||
" ) {}\n"
|
" ) {}\n"
|
||||||
"}\n"
|
"}\n"
|
||||||
) << _(
|
) << _(
|
||||||
"# 1 \"<stdin>\"\n"
|
"# 1 \"<stdin>\"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"\n"
|
"\n"
|
||||||
"void foo() {\n"
|
"void foo() {\n"
|
||||||
" if (\n"
|
" if (\n"
|
||||||
"# expansion begin 68,3 ~5\n"
|
"# expansion begin 68,3 ~5\n"
|
||||||
"(1 == 0)\n"
|
"(1 == 0)\n"
|
||||||
"# expansion end\n"
|
"# expansion end\n"
|
||||||
"# 4 \"<stdin>\"\n"
|
"# 4 \"<stdin>\"\n"
|
||||||
" ) {}\n"
|
" ) {}\n"
|
||||||
"}\n"
|
"}\n"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user