Added tests

This commit is contained in:
Devine Lu Linvega 2024-04-20 12:38:05 -07:00
parent 529777fcb4
commit 9295a4d2b4
1 changed files with 12 additions and 0 deletions

View File

@ -39,6 +39,18 @@ compare (abc abc abc) (#t) test
replace-empty abc = ?y test
?(?-) (Connecting register output)
<> (connect ?x ?y ?z) (?x-?y?z)
connect foo bar baz = foo-barbaz test
?(?-) (Inline register)
<> inline?register ERROR
(inline egister) = (inline egister) test
?(?-) (Guards setups)
<> (join (String ?x) (String ?y)) ((?x ?y) =)