Expanded tests

This commit is contained in:
Devine Lu Linvega 2024-04-15 20:13:08 -07:00
parent 45e0df792b
commit f25d35decf
1 changed files with 6 additions and 0 deletions

View File

@ -28,6 +28,12 @@ dup (abc) (abc abc) test
swap (abc def) (def abc) test swap (abc def) (def abc) test
compare (abc abc abc) (#t) test compare (abc abc abc) (#t) test
?(?-) (Empty register replacement)
<> (replace-empty ?x) (?y)
replace-empty abc = ?y test
?(?-) (Lambdas) ?(?-) (Lambdas)
?((?x) ((?x ?x) =)) abc (abc abc) test ?((?x) ((?x ?x) =)) abc (abc abc) test