diff --git a/tests/controls/markuptest.cpp b/tests/controls/markuptest.cpp index 3ebc3142ae..c38bc2575c 100644 --- a/tests/controls/markuptest.cpp +++ b/tests/controls/markuptest.cpp @@ -86,13 +86,13 @@ void MarkupTestCase::RoundTrip() m_text << "bar" ); CHECK_PARSES_OK( "123456" ); - CHECK_PARSES_OK( "first second last" ); - CHECK_PARSES_OK( "first second last" ); - CHECK_PARSES_OK( "10pt" ); - CHECK_PARSES_OK( "much smaller" ); - CHECK_PARSES_OK( "larger" ); + CHECK_PARSES_OK( "first second last" ); + CHECK_PARSES_OK( "first second last" ); + CHECK_PARSES_OK( "10pt" ); + CHECK_PARSES_OK( "much smaller" ); + CHECK_PARSES_OK( "larger" ); CHECK_PARSES_OK ( - "Please notice: any " - "bugs in this code are NOT allowed." + "Please notice: any " + "bugs in this code are NOT allowed." ); CHECK_PARSES_OK( "foo&bar" ); @@ -208,12 +208,12 @@ void MarkupTestCase::Strip() CHECK_STRIP( "foo", "foo" ); CHECK_STRIP( "<foo>", "" ); CHECK_STRIP( "Big problem", "Big problem" ); - CHECK_STRIP( "c" - "o" - "l" - "o" - "u" - "r", + CHECK_STRIP( "c" + "o" + "l" + "o" + "u" + "r", "colour" ); #undef CHECK_STRIP