comparison tests/objects.py @ 11:ff272dcd5cd8

we have a passing test
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 27 May 2011 07:02:27 -0700
parents
children eb81d6943f2e
comparison
equal deleted inserted replaced
10:ba2355d57998 11:ff272dcd5cd8
1 """
2 test objects
3 """
4
5 def stringsort(*strings):
6 return ''.join(sorted(''.join(strings)))