Added tests for reg comparison

This commit is contained in:
Devine Lu Linvega 2024-04-07 16:34:29 -07:00
parent 66bd58b89b
commit 93d7d791f3
1 changed files with 3 additions and 1 deletions

View File

@ -7,5 +7,7 @@
<> ((read)) (?:)
<> (empty-register) (?x)
<> (explode ?*) (str (?*))
<> (eq ?x ?x) (#t)
<> (eq ?x ?y) (#f)
(implode reverse (explode hello)) (read) (explode hello) empty-register
(implode reverse (explode hello)) (read) (explode hello) empty-register (eq abc abc) (eq abc def)