1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00

tests: add test to make sure *host-language* is set

This commit is contained in:
Joel Martin 2015-04-03 18:30:37 -05:00
parent 0fe47e8839
commit 520051615c

View File

@ -10,6 +10,13 @@
"hello"
;=>"\"hello\""
;;
;; Testing *host-language*
;;; each impl is different, but this should return false
;;; rather than throwing an exception
(= "something bogus" *host-language*)
;=>false
;;
;; ------- Optional Functionality ----------