whitespace fix

This commit is contained in:
Nicolas Dandrimont 2013-06-26 08:44:09 +02:00
parent 482282178c
commit b65c2a4596
3 changed files with 5 additions and 3 deletions

View File

@ -13,4 +13,5 @@
* rogererens <roger.erens@e-s-c.biz>
* Thomas Ballinger <thomasballinger@gmail.com>
* Morten Linderud <mcfoxax@gmail.com>
* Guillermo Vayá <guivaya@gmail.com>
* Guillermo Vayá <guivaya@gmail.com>

View File

@ -72,7 +72,7 @@ def process(tree, module_name):
if isinstance(tree, HyExpression):
if tree == []:
return tree
fn = tree[0]
if fn in ("quote", "quasiquote"):
return tree

View File

@ -758,4 +758,5 @@
(defn test-empty-list []
"Evaluate an empty list to a []"
(assert (= () [])))
(assert (= () [])))