own CVS tree will help minimize CVS conflicts. Maybe not. Blame Graff for getting me to trim all trailing whitespace.
12 lines
238 B
Plaintext
12 lines
238 B
Plaintext
#
|
|
# test data for dns_name_compare
|
|
# format:
|
|
# <name1> <tab> <name2> <tab> <exp_order>
|
|
# where: exp_order may be one of: -1, 0, 1
|
|
#
|
|
# and where: exp_nlabels and exp_nbits are not tested if < 0
|
|
#
|
|
c.d a.b.c.d -1
|
|
a.b.c.d c.d 1
|
|
a.b.c a.b.c 0
|