hy/tests/compilers
Jakub Wilk 7aaf5f5330 Fix invalid escape sequences
Fixes:

    hy/cmdline.py:175: DeprecationWarning: invalid escape sequence \_
    tests/lex/test_lex.py:267: DeprecationWarning: invalid escape sequence \s
    tests/compilers/test_compiler.py:45: DeprecationWarning: invalid escape sequence \*

when run against Python 3.6 with warnings enabled.
2017-01-01 00:20:04 +03:00
..
native Remove the import-as and import-from builtins 2013-04-20 16:06:32 +02:00
__init__.py Adding more testing. 2013-03-02 23:47:16 -05:00
test_ast.py Give an error on empty attributes (#1138) 2016-11-30 07:00:48 +02:00
test_compiler.py Fix invalid escape sequences 2017-01-01 00:20:04 +03:00
test_quoting.py Adding some basic testing in; more to come. 2013-04-08 20:23:51 -04:00