mirror of
https://github.com/open-goal/jak-project
synced 2026-07-06 14:01:20 -04:00
8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
|
|
(test-setup 12 #f)
|
|
|
|
(expect-true (eq? (-> process methods 3) (method process inspect)))
|
|
|
|
(expect-true (eq? (-> string methods 3) (method "test" inspect)))
|
|
|
|
12 |