summaryrefslogtreecommitdiff
path: root/sax/test/sax/testsax.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sax/test/sax/testsax.cxx')
-rw-r--r--sax/test/sax/testsax.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/test/sax/testsax.cxx b/sax/test/sax/testsax.cxx
index 2e228b824c26..b776a146554e 100644
--- a/sax/test/sax/testsax.cxx
+++ b/sax/test/sax/testsax.cxx
@@ -597,7 +597,7 @@ void OSaxParserTest::testEncoding( const Reference < XParser > &rParser )
"<!-- all elements here are explicitly in the HTML namespace -->\n"
"<html:html xmlns:html='http://www.w3.org/TR/REC-html40'>\n"
"<html:head><html:title>Frobnostication</html:title></html:head>\n"
- "<html:body><html:p>Moved to \n"
+ "<html:body><html:p>Moved to \337\n"
"<html:a href='http://frob.com'>here.</html:a></html:p></html:body>\n"
"</html:html>\n";