forked from qt-creator/qt-creator
CppEditor: Fix test code
Change-Id: I01073f481ebdae64c30971afd8fb332ee92e2a1e Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -204,11 +204,11 @@ void DoxygenTest::testBasic_data()
|
||||
|
||||
QTest::newRow("cpp_styleA_indented_preserve_mixed_indention_continuation") << _(
|
||||
"\t bool preventFolding;\n"
|
||||
"\t /// \brief a|\n"
|
||||
"\t /// \\brief a|\n"
|
||||
"\t int a;\n"
|
||||
) << _(
|
||||
"\t bool preventFolding;\n"
|
||||
"\t /// \brief a\n"
|
||||
"\t /// \\brief a\n"
|
||||
"\t /// \n"
|
||||
"\t int a;\n"
|
||||
);
|
||||
|
Reference in New Issue
Block a user