mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
fix tests
This commit is contained in:
parent
a116eff72b
commit
14acf7ac99
1 changed files with 2 additions and 2 deletions
|
@ -208,8 +208,8 @@ def test_subproc_toks_hello_mom_second():
|
|||
assert exp == obs
|
||||
|
||||
|
||||
def test_subproc_toks_hello_bad_leading_triple_quotes():
|
||||
obs = subproc_toks('echo """hello', lexer=LEXER, returnline=True)
|
||||
def test_subproc_toks_hello_bad_leading_single_quotes():
|
||||
obs = subproc_toks('echo "hello', lexer=LEXER, returnline=True)
|
||||
assert obs is None
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue