hy/tests/native_tests/language.hy

5 lines
69 B
Hy
Raw Normal View History

2013-03-06 04:08:53 +01:00
;
(def test_lists (fn []
(assert (= [1 2 3 4] (+ [1 2] [3 4])))))