hy/tests/native_tests/language.hy
2013-03-05 22:15:45 -05:00

6 lines
103 B
Hy

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