hy/tests
Julien Danjou 6dec894a0c Better catch syntax
The syntax is now changed to:

  (catch [] BODY)
  (catch [Exception] BODY)
  (catch [e Exception] BODY)
  (catch [e [Exception1 Exception2]] BODY)

Signed-off-by: Julien Danjou <julien@danjou.info>
2013-04-07 18:03:43 +02:00
..
compilers Better catch syntax 2013-04-07 18:03:43 +02:00
importer Fix flake8 errors in tests 2013-04-06 21:22:35 +02:00
lex Fix flake8 errors in tests 2013-04-06 21:22:35 +02:00
macros Fix flake8 errors in tests 2013-04-06 21:22:35 +02:00
native_tests Better catch syntax 2013-04-07 18:03:43 +02:00
resources Test importing things with dashes 2013-04-07 09:54:53 -04:00
__init__.py Fix flake8 errors in tests 2013-04-06 21:22:35 +02:00