tests: add test to make sure *host-language* is set
authorJoel Martin <github@martintribe.org>
Fri, 3 Apr 2015 23:30:37 +0000 (18:30 -0500)
committerJoel Martin <github@martintribe.org>
Fri, 3 Apr 2015 23:31:14 +0000 (18:31 -0500)
tests/stepA_mal.mal

index 64c2f24..b42b6e9 100644 (file)
 "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 ----------