Add test for (string< "aaa" "aaaaa")
authorSamuel Chase <samebchase@gmail.com>
Mon, 13 May 2013 06:34:38 +0000 (12:04 +0530)
committerSamuel Chase <samebchase@gmail.com>
Mon, 13 May 2013 06:34:38 +0000 (12:04 +0530)
commit8ae132f29fe3732e97c2eec74bd1eb65ecdf35fc
treebf6544d0c4098862031c8a38ef95ca4c5b2cedc3
parentb6dfb03d09ce33f6866763fe76709521ddf7e890
Add test for (string< "aaa" "aaaaa")

Updated implementation of string< so that the above test passes.
src/string.lisp
tests/strings.lisp