diff options
author | Michael Meeks <michael.meeks@suse.com> | 2013-08-20 18:26:05 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2013-08-20 19:30:59 +0000 |
commit | 1c7af455ab9345304a7ac48ce2e0310de2ac8a75 (patch) | |
tree | 4c71062081ca1990f45c33c6a3ed0ed14278bd34 /sax/test | |
parent | c3164e42dcdf879ed53e235db13f498eb730bae9 (diff) |
Re-work 8bit characters in source code, or remove them.
Change-Id: I93e14d4936c0ffbe03425d4a54bb0e09bc62b3e3
Reviewed-on: https://gerrit.libreoffice.org/5550
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
Diffstat (limited to 'sax/test')
-rw-r--r-- | sax/test/sax/testsax.cxx | 2 |
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"; |