Test output for html-utils

Testing time: 98.0s

CHICKEN_INSTALL_PREFIX=/root/src/salmonella/salmonella-4.5.0/repo CHICKEN_INCLUDE_PATH=/root/src/salmonella/salmonella-4.5.0/repo/share/chicken CHICKEN_REPOSITORY=/root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5 /usr/local/chicken-4.5.0/bin/csi -script run.scm

-- testing html-utils --------------------------------------------------------
(combo-box "test" '(1 2 3)) .......................................... [ PASS]
(combo-box "test" '((1 1) (2 2) (3 3))) .............................. [ PASS]
(combo-box "test" '((1 . 1) (2 . 2) (3 . 3))) ........................ [ PASS]
(combo-box "test" '(#(1 1) #(2 2) #(3 3))) ........................... [ PASS]
(combo-box "test" '(#(1 1) #(2 2) #(3 3)) default: 1) ................ [ PASS]
(combo-box "test" '(#(1 1) #(2 2) #(3 3)) first-empty: #t) ........... [ PASS]
(combo-box "test" '(#(1 1) #(2 2) #(3 3)) first-empty: #t defau... ... [ PASS]
(combo-box "test" '(#(1 1) #(2 2) #(3 3)) first-empty: #t defau... ... [ PASS]
(hidden-input "test") ................................................ [ PASS]
(hidden-input "test" 0) .............................................. [ PASS]
(hidden-input '((test . 0) (test2 . 1))) ............................. [ PASS]
(itemize '(a b c)) ................................................... [ PASS]
(itemize '(a b c) list-id: "test") ................................... [ PASS]
(enumerate '(a b c)) ................................................. [ PASS]
(enumerate '(a b c) list-id: "test") ................................. [ PASS]
(tabularize '((1 2 3) (4 5 6))) ...................................... [ PASS]
(tabularize '((1 2 3) (4 5 6)) table-id: "test") ..................... [ PASS]
(tabularize '((1 2 3) (4 5 6)) table-id: "test" even-row-class:... ... [ PASS]
(tabularize '((1 2 3) (4 5 6)) header: '(a b c)) ..................... [ PASS]
(html-page "") ....................................................... [ PASS]
(html-page "" doctype: "<test-doctype>") ............................. [ PASS]
(html-page "" title: "title") ........................................ [ PASS]
(html-page "" title: "title" charset: "UTF-8") ....................... [ PASS]
(html-page "" title: "title" headers: (<script> type: "text/jav... ... [ PASS]
(html-page "" title: "title" headers: (<script> type: "text/jav... ... [ PASS]
(html-page "" title: "title" headers: (<script> type: "text/jav... ... [ PASS]
(html-page "" title: "title" headers: (<script> type: "text/jav... ... [ PASS]
...page .............................................................. [ PASS]
28 tests completed in 0.022 seconds.
28 out of 28 (100%) tests passed.
-- done testing html-utils ---------------------------------------------------