From: KATO K. <k.k...@gm...> - 2009-04-18 07:20:14
|
On making tests, we often have to compare dict data recursively. So I have used dictsort in yaml.test . slebetman implies a way to analyze POT values recursively. (To see, proc compile_json) http://wiki.tcl.tk/13419 So I make new dictsort in json.test as dictsort3. http://tcllib.cvs.sourceforge.net/viewvc/tcllib/tcllib/modules/json/json.test?revision=1.6&view=markup I think the way makes us to compare POT values easier. Regards, Kanryu |