mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
fix windows tests
This commit is contained in:
parent
a312b783aa
commit
bdd0ecbe5c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ def test_gather_load_store_names_tuple():
|
|||
# the second line wil be transformed still even though l exists.
|
||||
'l = 1',
|
||||
])
|
||||
def test_multilline_num(line1):
|
||||
def test_multilline_num(xonsh_builtins, line1):
|
||||
code = line1 + '\nls -l\n'
|
||||
tree = check_parse(code)
|
||||
lsnode = tree.body[1]
|
||||
|
|
Loading…
Add table
Reference in a new issue