mirror of
https://github.com/open-goal/jak-project
synced 2026-08-17 05:31:46 -04:00
12 lines
276 B
Common Lisp
12 lines
276 B
Common Lisp
;-*-Scheme-*-
|
|
|
|
;; this is just a "does it crash?" test, and doesn't actually verify the strings are correct.
|
|
;; but this is all we have for now
|
|
(test-setup 'automatic-pass #f)
|
|
|
|
(inspect "this is a string")
|
|
(define x "this is also a string")
|
|
(inspect x)
|
|
|
|
(test-result 1)
|