all repos — min @ bfcbd99b25085dcb991c12d1baaab0a4a979f8a0

A small but practical concatenative programming language.

Updated test.
h3rald h3rald@h3rald.com
Sat, 15 Jun 2024 15:15:50 +0200
commit

bfcbd99b25085dcb991c12d1baaab0a4a979f8a0

parent

d221cd1782d3131b2ad1dc4ef6a864d9ef6fc574

1 files changed, 5 insertions(+), 4 deletions(-)

jump to
M tests/http.mintests/http.min

@@ -47,13 +47,14 @@ (request)

) tap /body from-json /data {} == ) *test/assert + ( {} ( - ("$1/delete" (url) => % %url) - ("DELETE" %method) + ("$1/delete" (url) => % "url" dset) + ("DELETE" "method" dset) (request) - ) tap /body from-json /url "https://$1/delete" (host) => % == - ) *test/assert + ) tap "body" dget from-json "url" dget "https?:\\/\\/$1/delete" (host) => % match? + ) test.assert *test/report clear-stack