all repos — min @ fde9f8108d4d92b9441cbdd74d7a69b1e7dd1dd0

A small but practical concatenative programming language.

Fixed failing http test.
h3rald h3rald@h3rald.com
Sun, 31 May 2020 17:46:53 +0200
commit

fde9f8108d4d92b9441cbdd74d7a69b1e7dd1dd0

parent

75ac2aab0118d91966989d8e8b524afee226667d

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

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

@@ -52,7 +52,7 @@ {} (

("$1/delete" (url) => % %url) ("DELETE" %method) (request) - ) tap /body from-json /url "https://$1/delete" (host) => % == + ) tap /body from-json /url "http://$1/delete" (host) => % == ) assert report