1#
2# test data for dns_name_issubdomain
3# format:
4#	<name1> <tab> <name2> <tab> <issubdomain>
5# where: issubdomain is 0 if false, else non-zero
6#
7# and where: exp_nlabels and exp_nbits are not tested if < 0
8#
9c.d	a.b.c.d	0
10a.b.c.d	c.d	1
11a.b.c.	a.b.c.	1
12