hy/tests/native_tests/language.hy

7 lines
104 B
Hy
Raw Normal View History

2013-03-05 22:08:53 -05:00
;
2013-03-06 18:57:21 -05:00
2013-03-05 22:08:53 -05:00
(def test_lists (fn []
2013-03-05 22:15:45 -05:00
"NATIVE: test lists work right"
2013-03-05 22:08:53 -05:00
(assert (= [1 2 3 4] (+ [1 2] [3 4])))))