Added tests
This commit is contained in:
parent
529777fcb4
commit
9295a4d2b4
|
@ -39,6 +39,18 @@ compare (abc abc abc) (#t) test
|
||||||
|
|
||||||
replace-empty abc = ?y 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)
|
?(?-) (Guards setups)
|
||||||
|
|
||||||
<> (join (String ?x) (String ?y)) ((?x ?y) =)
|
<> (join (String ?x) (String ?y)) ((?x ?y) =)
|
||||||
|
|
Loading…
Reference in New Issue