From: Ian Jackson Date: Wed, 28 May 2014 22:10:31 +0000 (+0100) Subject: test cases notes comment X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=bf744ca34488b721e3adc35ba12e959256e53bdb;p=adns.git test cases notes comment --- diff --git a/client/addrtext.c b/client/addrtext.c index 0776935..950d901 100644 --- a/client/addrtext.c +++ b/client/addrtext.c @@ -1,3 +1,21 @@ +/* + some test cases + + + ./addrtext_s fe80::1%wlanx + ./addrtext_s fe80::1%wlan0 + ./addrtext_s fe80::1%23 + ./addrtext_s fe80::1%1 + ./addrtext_s 2001:ba8:1e3::%wlan0 + ./addrtext_s 2001:ba8:1e3::%23 + ./addrtext_s 2001:ba8:1e3::%1 # normally lo + ./addrtext_s 127.0.0.1x + ./addrtext_s 172.18.45.6 + ./addrtext_s 12345 + + + */ + /* * addrtext.c * - test program for address<->string conversion, not part of the library