add ref test for text (#947)

This commit is contained in:
water111
2021-10-26 21:35:23 -04:00
committed by GitHub
parent 66bd7cb464
commit 8b25a19e92
4 changed files with 708 additions and 1 deletions
+1
View File
@@ -36,6 +36,7 @@
)
;; definition for method 3 of type game-text-info
;; INFO: this function exists in multiple non-identical object files
(defmethod inspect game-text-info ((obj game-text-info))
(format #t "[~8x] ~A~%" obj (-> obj type))
(format #t "~Tlength: ~D~%" (-> obj length))