summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2015-05-28 21:54:10 +0200
committerJoel Klinghed <the_jk@yahoo.com>2015-05-28 21:54:57 +0200
commitfb659a41cfe5523c62fd6993acddab120ccb0758 (patch)
treede4f047509e878864a114a0fe62d00f555a00dda /test
parente0e50d64326887ed1403e90479244d9baba972d1 (diff)
Fix some mistakes
Diffstat (limited to 'test')
-rw-r--r--test/test-header-parser.cc2
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\"",