aboutsummaryrefslogtreecommitdiff
path: root/tests/test/web-server.scm (unfollow)
Commit message (Collapse)Author
2022-06-13Remove custom let*.Hugo Hörnquist
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.
2022-03-07Add new tests.Hugo Hörnquist