all repos — min @ 3928e7b2632a38a85702f56318f4a9813e48fa2a

A small but practical concatenative programming language.

Added tests for converters.
h3rald h3rald@h3rald.com
Sat, 07 Oct 2023 16:17:18 +0200
commit

3928e7b2632a38a85702f56318f4a9813e48fa2a

parent

71e268a39ed32c7bd4726d966660617fda11dc21

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

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

@@ -82,6 +82,11 @@

("http%3A%2F%2Ftest.com%3F%E2%82%AC%25%2C%2C%21%7B%7D" decode-url "http://test.com?€%,,!{}" ==) *test/assert ("http://h3rald.com/a/b/c?test=1#123" parse-url {"123" :anchor "h3rald.com" :hostname "" :password "/a/b/c" :path "" :port "test=1" :query "http" :scheme "" :username} ==) *test/assert + + ("0b00101101" dup from-bin to-bin ==) *test/assert + ("0x00FF0000" dup from-hex to-hex ==) *test/assert + ("0o00007473" dup from-oct to-oct ==) *test/assert + ("123" dup from-dec to-dec ==) *test/assert *test/report - clear-stack+ clear-stack