mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-18 01:30:27 +02:00
Add language/wisp, Wisp tests, and SRFI-119 documentation
* doc/ref/srfi-modules.texi (srfi-119): add node * module/language/wisp.scm: New file. * module/language/wisp/spec.scm: New file. * test-suite/tests/srfi-119.test: New file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7b92b22899
commit
dce65edbaf
6 changed files with 1922 additions and 1 deletions
|
@ -162,7 +162,8 @@ SCM_TESTS = tests/00-initial-env.test \
|
|||
tests/srfi-98.test \
|
||||
tests/srfi-105.test \
|
||||
tests/srfi-111.test \
|
||||
tests/srfi-171.test \
|
||||
tests/srfi-119.test \
|
||||
tests/srfi-171.test \
|
||||
tests/srfi-4.test \
|
||||
tests/srfi-9.test \
|
||||
tests/statprof.test \
|
||||
|
|
1040
test-suite/tests/srfi-119.test
Normal file
1040
test-suite/tests/srfi-119.test
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue