You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 line
221 B

  1. (import "tests/import.slime")
  2. (assert (= variable "imported"))
  3. (assert (= (get-imported-variable) "imported"))
  4. (load "tests/load.slime")
  5. (assert (= variable "loaded"))
  6. (assert (= (get-imported-variable) "imported"))