Files
jak-project/test/old_goal_tests/tests/test-string-constant-1.gc
T
2020-08-22 22:32:18 -04:00

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)