#!/usr/bin/csi -script (use test) (load "html-tags.scm") (import html-tags) (xhtml-style? #t) (test "
" (
)) (test "
" (
)) (test "nothing" ( src: "pic.png" alt: "nothing")) (xhtml-style? #f) (test "opa" ( href: "ali" "opa")) (test "
a
" (
 "a"))
(test "
" (
id: "some" ( src: "pic.jpg"))) (test "

a

b

" (
(

"a") (

"b"))) (test "

aloalo

" (

align: "center" quote-procedure: (lambda (x) (conc "\"" x "\"")) "alo" "alo")) (test "" (" (