CppEditor: Fix test code

Change-Id: I01073f481ebdae64c30971afd8fb332ee92e2a1e
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Christian Stenger
2020-09-15 11:17:29 +02:00
parent 71ca4f4402
commit 7ca297cb25

View File

@@ -204,11 +204,11 @@ void DoxygenTest::testBasic_data()
QTest::newRow("cpp_styleA_indented_preserve_mixed_indention_continuation") << _( QTest::newRow("cpp_styleA_indented_preserve_mixed_indention_continuation") << _(
"\t bool preventFolding;\n" "\t bool preventFolding;\n"
"\t /// \brief a|\n" "\t /// \\brief a|\n"
"\t int a;\n" "\t int a;\n"
) << _( ) << _(
"\t bool preventFolding;\n" "\t bool preventFolding;\n"
"\t /// \brief a\n" "\t /// \\brief a\n"
"\t /// \n" "\t /// \n"
"\t int a;\n" "\t int a;\n"
); );