diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2015-05-28 21:54:10 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2015-05-28 21:54:57 +0200 |
| commit | fb659a41cfe5523c62fd6993acddab120ccb0758 (patch) | |
| tree | de4f047509e878864a114a0fe62d00f555a00dda /test/test-header-parser.cc | |
| parent | e0e50d64326887ed1403e90479244d9baba972d1 (diff) | |
Fix some mistakes
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\"", |
