summaryrefslogtreecommitdiff
path: root/test/INDEX
blob: 73b8039e721ee4909cd631fbb126a2f0bbe9eb08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Index for libhubbub testcases
#
# Test		Description				DataDir

aliases		Encoding alias handling
cscodec		Charset codec implementation		cscodec
csdetect	Charset detection			csdetect
dict		Generic string dictionary
entities	Named entity dictionary
filter		Input stream filtering
hubbub		Library initialisation/finalisation
inputstream	Buffered input stream			html
parser		Public parser API			html
parser-utf16	Public parser API (utf-16 internally)	html
tokeniser	HTML tokeniser				html
tokeniser2	HTML tokeniser (again)			tokeniser2
tree		Treebuilding API			html

# Regression tests
regression/cscodec-segv	Segfault in charset codecs
regression/filter-segv	Segfault in input filtering
regression/stream-nomem	Inputstream buffer expansion