diff options
Diffstat (limited to 'test/test-header-parser.cc')
| -rw-r--r-- | test/test-header-parser.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-header-parser.cc b/test/test-header-parser.cc index c2b78f7..03e3e83 100644 --- a/test/test-header-parser.cc +++ b/test/test-header-parser.cc @@ -66,7 +66,7 @@ int main() { tot++; if (test("text/html;charset=utf-8", "text/html", "charset", "utf-8", NULL)) ok++; tot++; if (test("text/html;charset=UTF-8", - "text/html", "charset", "utf-8", NULL)) ok++; + "text/html", "charset", "UTF-8", NULL)) ok++; tot++; if (test("Text/HTML;Charset=\"utf-8\"", "text/html", "charset", "utf-8", NULL)) ok++; tot++; if (test("text/html; charset=\"utf-8\"", |
