From fb659a41cfe5523c62fd6993acddab120ccb0758 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 28 May 2015 21:54:10 +0200 Subject: Fix some mistakes --- test/test-header-parser.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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\"", -- cgit v1.2.3-70-g09d2