hy/tests
James King b97e0258e1 Fix for #497
One would expect the form:

    > (defmacro a (&rest b) b)
    > (a 1 2)

To return a tuple object but we have no Hy model so it returns a HyList.
Not sure if this is the right thing to do.
2014-02-19 00:09:37 -05:00
..
compilers Add a cons object and related mechanisms 2014-01-23 23:08:52 +01:00
importer Fix flake error 2013-07-06 20:39:02 +02:00
lex Add a cons object and related mechanisms 2014-01-23 23:08:52 +01:00
macros Hy reader macros #377 2013-12-23 14:33:51 +01:00
models Merge master onto pr/471 2014-01-30 21:50:23 +05:30
native_tests Fix for #497 2014-02-19 00:09:37 -05:00
resources Rewrite the bootstrap macros in hy 2013-09-29 18:13:28 +02:00
__init__.py Added defmulti 2014-02-05 16:07:48 +01:00
test_bin.py Merge branch 'master' into pr/440 2014-01-17 20:20:39 +01:00