1#
2# test data for dns_name_compare
3# format:
4#	<name1> <tab> <name2> <tab> <exp_order>
5# where: exp_order may be one of: -1, 0, 1
6#
7# and where: exp_nlabels and exp_nbits are not tested if < 0
8#
9c.d	a.b.c.d	-1
10a.b.c.d	c.d	1
11a.b.c	a.b.c	0
12