Test output for csv [ok]

Testing time: 0s

/root/salmonella-run-publish/chicken/bin/csi -script run.scm < /dev/null
((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.0 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.0 seconds.
1 out of 1 (100%) test passed.
-- done testing csv format test ----------------------------------------------