X-Git-Url: http://git.kpe.io/?p=lml.git;a=blobdiff_plain;f=tests.lisp;h=ab61331b6f626b1717d0d5ef2e89fb3a7ca0cd47;hp=3b881f386b3318b5dd144283cbf7fdee41273ea7;hb=5da5fb17e3c3e1c3a2fa289666e0f50dc3b223c4;hpb=f87e11ae126e3cb6ef60c0d0da93f9afdcd6e1f6 diff --git a/tests.lisp b/tests.lisp index 3b881f3..ab61331 100644 --- a/tests.lisp +++ b/tests.lisp @@ -41,14 +41,14 @@ (deftest lml.3 (with-output-to-string (s) (let ((*html-output* s) - (a 5.5d0)) + (a 5.5d0)) (p a))) "

5.5d0

") (deftest lml.4 (with-output-to-string (s) (let ((*html-output* s) - (a 0.75)) + (a 0.75)) (img "http://localhost/test.png" :width a))) "") @@ -56,14 +56,14 @@ (with-output-to-string (s) (let ((*html-output* s)) (div "Start" - (p "Testing")))) + (p "Testing")))) "
Start

Testing

") (deftest lml.6 (with-output-to-string (s) (let ((*html-output* s)) (div :style "font-weight:bold" - "Start" - (p-c a_class "Testing")))) + "Start" + (p-c a_class "Testing")))) "
Start

Testing

")