From bf744ca34488b721e3adc35ba12e959256e53bdb Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 28 May 2014 23:10:31 +0100 Subject: [PATCH] test cases notes comment --- client/addrtext.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/client/addrtext.c b/client/addrtext.c index 0776935..950d901 100644 --- a/client/addrtext.c +++ b/client/addrtext.c @@ -1,4 +1,22 @@ /* + 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 */ -- 2.11.0