Test output for csv

Testing time: 9.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
((Test 
1 Test 2 Test 3) (Test 4 Test 5))

-- testing csv parse test ----------------------------------------------------
(pcsv (->char-list "\"Test \n1\"|Test 2|Test 3\nTest 4|Test 5\n")) ... [ PASS]
1 test completed in 0.001 seconds.
1 out of 1 (100%) test passed.
-- done testing csv parse test -----------------------------------------------


-- testing csv format test ---------------------------------------------------
(fcsv `(,(list->csv-record (list "Test 1" "Test 2" "Test 3")) ,... ... [ PASS]
1 test completed in 0 seconds.
1 out of 1 (100%) test passed.
-- done testing csv format test ----------------------------------------------