aboutsummaryrefslogtreecommitdiff
path: root/tests/test/web-server.scm (follow)
Commit message (Collapse)AuthorAge
* Remove custom let*.Hugo Hörnquist2022-06-13
| | | | | | While it was nice, the most important part was the multi-valued let from srfi-71 (which is implemented in srfi-71)). The minor pattern matching structures could often be replaced with car+cdr, or a propper match.
* Add new tests.Hugo Hörnquist2022-03-07