From 7ca297cb25c9828bd3193fa2bc44c9177640ae1d Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Tue, 15 Sep 2020 11:17:29 +0200 Subject: CppEditor: Fix test code Change-Id: I01073f481ebdae64c30971afd8fb332ee92e2a1e Reviewed-by: Christian Kandeler --- src/plugins/cppeditor/cppdoxygen_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/cppeditor/cppdoxygen_test.cpp b/src/plugins/cppeditor/cppdoxygen_test.cpp index 639e0d5b8a..97d2fb26b9 100644 --- a/src/plugins/cppeditor/cppdoxygen_test.cpp +++ b/src/plugins/cppeditor/cppdoxygen_test.cpp @@ -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" ); -- cgit v1.2.3