docstring update
This commit is contained in:
parent
f9588f849b
commit
f776f5411a
@ -22,7 +22,7 @@ from hy.compilers.ast import HyASTCompiler
|
|||||||
from hy.lex import tokenize
|
from hy.lex import tokenize
|
||||||
|
|
||||||
|
|
||||||
def test_ast_expression():
|
def test_ast_expression_basics():
|
||||||
""" Test AST --> Expression conversion """
|
""" Ensure basic AST conversion works. """
|
||||||
compiler = HyASTCompiler()
|
compiler = HyASTCompiler()
|
||||||
code = compiler.compile(tokenize("(foo bar)"))
|
code = compiler.compile(tokenize("(foo bar)"))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user