package anoia assert macros and point fennelrepl at them

This commit is contained in:
Daniel Barlow
2024-04-20 14:59:14 +01:00
parent 7e19d80130
commit 8af4e9fd5b
4 changed files with 9 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
(local { : hash : base64url } (require :anoia))
(import-macros { : expect= } :anoia.assert)
(local { : hash : base64url } (require :init))
(import-macros { : expect= } :assert)
(expect= (hash "") 5381)