mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
added tests
This commit is contained in:
parent
f61c0818df
commit
0ebbbe2344
1 changed files with 6 additions and 0 deletions
|
@ -1379,6 +1379,12 @@ def test_cmd_background():
|
|||
def test_cmd_background_nospace():
|
||||
yield check_xonsh_ast, {}, '$(emacs ugggh&)', False
|
||||
|
||||
def test_git_quotes_no_space():
|
||||
yield check_xonsh_ast, {}, '$[git commit -am "wakka"]', False
|
||||
|
||||
def test_git_quotes_space():
|
||||
yield check_xonsh_ast, {}, '$[git commit -am "wakka jawaka"]', False
|
||||
|
||||
|
||||
|
||||
#DEBUG_LEVEL = 1
|
||||
|
|
Loading…
Add table
Reference in a new issue