basic test support

This commit is contained in:
Bob Halley
1999-05-01 01:41:14 +00:00
parent 754ae02cc7
commit 44aae046c3
76 changed files with 4744 additions and 7 deletions

View File

@@ -0,0 +1,10 @@
#
# test data for dns_name_compare
# format:
# <name1> <tab> <label1_pos> <tab> <name2> <tab> <label2_pos>
# where: label1_pos and label2_pos identify the label position of
# the common label shared by name1 and name2 respectively
#
c.d 1 a.b.c.d 3
a.b.c.d 3 c.d 1
a.b.c. 3 a.b.c. 3