diff --git a/tests/controls/markuptest.cpp b/tests/controls/markuptest.cpp index 6bd5e9d6f6..d251565115 100644 --- a/tests/controls/markuptest.cpp +++ b/tests/controls/markuptest.cpp @@ -175,7 +175,7 @@ void MarkupTestCase::RoundTrip() ); CHECK_PARSES_OK( "foo&bar" ); - CHECK_PARSES_AS( "foo&bar", "foo&&bar" ); + CHECK_PARSES_AS( "foo&bar", "foo&bar" ); CHECK_PARSES_AS( "<O'Reilly>", "" ); CHECK_DOESNT_PARSE( "<" );