mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +02:00
get-bytevector-n in Scheme.
* module/ice-9/sports.scm (fill-input): Add io-mode optional arg. (get-bytevector-n): New implementation. (port-bindings): Add get-bytevector-n. * test-suite/tests/sports.test: Add r6rs-ports tests.
This commit is contained in:
parent
4e288ec2ff
commit
c95a19376b
2 changed files with 51 additions and 3 deletions
|
@ -53,5 +53,6 @@
|
|||
|
||||
(include-tests "tests/ports.test")
|
||||
(include-tests "tests/rdelim.test")
|
||||
(include-tests "tests/r6rs-ports.test")
|
||||
|
||||
(uninstall-sports!)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue