cleanup
This commit is contained in:
parent
797656b1fd
commit
3a630303dc
@ -22,8 +22,7 @@ def test_lex_expression_integer():
|
|||||||
|
|
||||||
|
|
||||||
def test_lex_line_counting():
|
def test_lex_line_counting():
|
||||||
objs = tokenize("(foo 2)")
|
entry = tokenize("(foo 2)")[0]
|
||||||
entry = objs[0]
|
|
||||||
|
|
||||||
assert entry.start_line == 1
|
assert entry.start_line == 1
|
||||||
assert entry.start_column == 1
|
assert entry.start_column == 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user