mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
new test for windows variety
This commit is contained in:
parent
c84fd4d994
commit
e6752434da
1 changed files with 1 additions and 0 deletions
|
@ -1098,6 +1098,7 @@ def test_commands_cache_lazy():
|
|||
skip_if_on_unix(("%foo%bar", "barbar")),
|
||||
skip_if_on_unix(("%foo% %a_bool%", "bar True")),
|
||||
skip_if_on_unix(("%foo%%an_int%", "bar42")),
|
||||
skip_if_on_unix(("%foo% $spam ${'a_bool'}", "bar eggs True")),
|
||||
(b"foo", "foo"),
|
||||
(b"$foo bar", "bar bar"),
|
||||
(b"${'foo'}bar", "barbar"),
|
||||
|
|
Loading…
Add table
Reference in a new issue