guile-rsv

R7RS Scheme library for reading and writing RSV (Rows of String Values) data format. Specified in https://github.com/Stenway/RSV-Specification and demonstrated in https://www.youtube.com/watch?v=tb_70o6ohMA
git clone https://kaka.farm/~stagit/guile-rsv.git
Log | Files | Refs | README | LICENSE

commit b1c171c969ffc7fc3d0cb0cdd5acff2ad7593746
parent 2107f768bfd55c2423a8ec06453ed6815f6dfb5a
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Mon, 22 Jan 2024 09:18:23 +0200

Change SRFI-64 test groups labels.

Diffstat:
Mtests.scm | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests.scm b/tests.scm @@ -93,7 +93,7 @@ (scm->rsv-bytevector (rsv-bytevector->scm original-rsv)))) #:count-calls? #t)) - (test-begin "RSV") + (test-begin "rsv-tests") (for-each (lambda (filename) (write filename) (newline) @@ -115,4 +115,4 @@ (run-back-and-forth-test original-rsv)))))) valid-filenames) - (test-end "RSV"))) + (test-end "rsv-tests")))