summaryrefslogtreecommitdiff
path: root/test/data/csdetect
diff options
context:
space:
mode:
authorRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-07-16 08:59:09 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-08-01 21:44:33 +0530
commita0a0787a34e0ad510c58dccf17a67c951aac6c3a (patch)
treebbb072bfb1a326ff59e52c3bdd603ced88ad5d65 /test/data/csdetect
parent9e698caff63d13a78923ea5eb574cc6bd4acf766 (diff)
downloadlibhubbub-a0a0787a34e0ad510c58dccf17a67c951aac6c3a.tar.gz
libhubbub-a0a0787a34e0ad510c58dccf17a67c951aac6c3a.tar.bz2
Minor fixes to charset detection. Currently pre-scanning upto 1024 bytes. Removed larger cases in which encoding declaration is beyond 512 bytes, for the time-being. Also removed some outdated tests.
Diffstat (limited to 'test/data/csdetect')
-rw-r--r--test/data/csdetect/INDEX2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/csdetect/INDEX b/test/data/csdetect/INDEX
index f873854..253bfb5 100644
--- a/test/data/csdetect/INDEX
+++ b/test/data/csdetect/INDEX
@@ -5,7 +5,7 @@
bom.dat UTF Byte Order Mark detection tests
non-ascii-meta.dat Tests for meta charsets claiming to be non-ASCII
test-yahoo-jp.dat Yahoo! Japan, from html5lib testcases
-tests1.dat Assorted tests, including edge cases, from html5lib
+#tests1.dat This set has some outdated cases, so permanantely disabled
tests2.dat Further tests from html5lib
regression.dat Regression tests
overrides.dat Character encoding overrides from 8.2.2.2.