hy/tests/native_tests/language.hy
2013-03-06 18:57:21 -05:00

7 lines
104 B
Hy

;
(def test_lists (fn []
"NATIVE: test lists work right"
(assert (= [1 2 3 4] (+ [1 2] [3 4])))))