slitaz-base-files diff testsuite.sh @ rev 191

add comments into mktazdev.sh
author Christophe Lincoln <pankso@slitaz.org>
date Fri Jun 01 22:57:58 2012 +0200 (2012-06-01)
parents c09b461ada93
children d4df77afbed6
line diff
     1.1 --- a/testsuite.sh	Sat May 19 03:57:26 2012 -0500
     1.2 +++ b/testsuite.sh	Fri Jun 01 22:57:58 2012 +0200
     1.3 @@ -13,6 +13,9 @@
     1.4  	echo -n "Checking libtaz.sh: boldify() "
     1.5  	boldify "Message"
     1.6  
     1.7 +	echo -n "Checking libtaz.sh: unboldify() "
     1.8 +	unboldify "It's a <b>sample</b> message"
     1.9 +
    1.10  	echo -n "Checking libtaz.sh: colorize() "
    1.11  	echo -n $(colorize 33 "Message ")
    1.12  	echo -n $(colorize 35 "Message ")