aboutsummaryrefslogtreecommitdiffstats
path: root/runtest.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@redhat.com>2012-08-20 20:58:24 +0800
committerDaniel Veillard <veillard@redhat.com>2012-08-20 20:58:24 +0800
commitff7227f2c148e77526a5e5200a59e6d2f283e1ea (patch)
treec9c76ed0abc15b5ed7bdffea91d1dc0dfafb1cdb /runtest.c
parentdce1c8baaeaa4f23874c59da91d9ecc0e31a787c (diff)
downloadandroid_external_libxml2-ff7227f2c148e77526a5e5200a59e6d2f283e1ea.tar.gz
android_external_libxml2-ff7227f2c148e77526a5e5200a59e6d2f283e1ea.tar.bz2
android_external_libxml2-ff7227f2c148e77526a5e5200a59e6d2f283e1ea.zip
Patch for portability of latin characters in C files
Coming from LibreOffice repository: http://cgit.freedesktop.org/libreoffice/core/plain/libxml2/libxml2-latin.patch
Diffstat (limited to 'runtest.c')
-rw-r--r--runtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest.c b/runtest.c
index 49538896..c6517a39 100644
--- a/runtest.c
+++ b/runtest.c
@@ -2724,7 +2724,7 @@ static const char *urip_testURLs[] = {
"file:///path/to/a%20b.html",
"/path/to/a b.html",
"/path/to/a%20b.html",
- "urip://example.com/résumé.html",
+ "urip://example.com/r" "\xe9" "sum" "\xe9" ".html",
"urip://example.com/test?a=1&b=2%263&c=4#foo",
NULL
};