hy/tests/native_tests
Kodi Arfer a60b749d3e Make unary + call __pos__
Fixes #1109.

__pos__ doesn't work on strings, lists, or tuples, so I've removed some tests that required (= (+ "a") "a") etc.
2016-09-20 13:05:52 -07:00
..
contrib Fix anaphoric macro ap-if. 2015-12-17 15:39:33 +01:00
__init__.hy ideas, ideas. 2013-03-05 18:39:34 -05:00
cons.hy Add a cons object and related mechanisms 2014-01-23 23:08:52 +01:00
core.hy Drop a set of brackets from let. 2015-10-01 10:08:04 +02:00
defclass.hy Drop a set of brackets from let. 2015-10-01 10:08:04 +02:00
language.hy Merge pull request #872 from tuturto/xor 2015-12-12 12:38:14 -05:00
mathematics.hy Make unary + call __pos__ 2016-09-20 13:05:52 -07:00
native_macros.hy Disallow &key in macros 2016-07-07 11:24:04 -05:00
py3_only_tests.hy Drop a set of brackets from let. 2015-10-01 10:08:04 +02:00
quote.hy Remove HyLambdaListKeyword from the parser 2014-06-03 21:36:49 -04:00
reader_macros.hy defreader: Allow strings as macro names 2015-12-17 13:24:20 +01:00
shadow.hy Make unary + call __pos__ 2016-09-20 13:05:52 -07:00
unless.hy purged null from Hy 2015-08-11 16:22:13 -06:00
when.hy purged null from Hy 2015-08-11 16:22:13 -06:00
with_decorator.hy defclass reimagined 2015-08-04 16:43:07 +02:00
with_test.hy Drop a set of brackets from with. 2015-10-01 10:08:04 +02:00