all repos — min @ f7a0c56e9cb48c023054b68e60dd1786c1098f35

A small but practical concatenative programming language.

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

f7a0c56e9cb48c023054b68e60dd1786c1098f35

parent

8b24e37f891150a08c73b2f7dcb0925191be64d5

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