basic test support
This commit is contained in:
10
bin/tests/names/dns_name_getlabel_data
Normal file
10
bin/tests/names/dns_name_getlabel_data
Normal 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
|
||||
Reference in New Issue
Block a user