clem 0.4.1, ch-asdf 0.2.8, ch-util 0.2.2, lift 1.3.1, darcs ignored, smarkup 0.3.3
[CommonLispStat.git] / external / lift / compare / fiveam-tests.lisp
blob49629320128b5c6605cded8ae770f9c8b0b22e6c
1 (defpackage "KMRCL-TESTS-5AM"
2 (:use "COMMON-LISP" "KMRCL" "5AM"))
3 (in-package #:kmrcl-tests-5am)
5 (def-suite test-strings :description "Test some KMRCL string tests.")
6 (in-suite test-strings)
7 (test :str.0
8 (is (substitute-chars-strings "" nil) ""))
9 (test :str.1
10 (is (substitute-chars-strings "abcd" nil) "abcd"))
11 (test :str.2
12 (is (substitute-chars-strings "abcd" nil) "abcde"))
14 (run! 'test-strings)