From 7706ba5bebfaef5f83f23998199fe6a650b84301 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 20 Mar 2017 23:39:15 +0000 Subject: fix mime sniff test with comment tag --- test/mimesniff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/mimesniff.c') diff --git a/test/mimesniff.c b/test/mimesniff.c index 6a95823e3..eeb52e29e 100644 --- a/test/mimesniff.c +++ b/test/mimesniff.c @@ -772,7 +772,7 @@ END_TEST #define SIG(s,m,a) { (const uint8_t *)s, SLEN(s), &corestring_lwc_##m, a } static struct test_mimetype text_html_header_tests[] = { SIG("text", text_html, true), - SIG("\xef\xbb\xbf\t\n\r ", text_html, true), SIG("\xef\xbb\xbf\t\n\r ", application_rss_xml, true), SIG("\t\n\r ", application_atom_xml, true), SIG("", application_rss_xml, true), -- cgit v1.2.3