mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
yet another test
This commit is contained in:
parent
ba3b7511c4
commit
d81406f1de
1 changed files with 4 additions and 0 deletions
|
@ -414,6 +414,10 @@ def test_dict_two_comma():
|
|||
def test_dict_three():
|
||||
yield check_ast, '{42: 65, 6: 28, 1: 2}'
|
||||
|
||||
@skip_if(VER_MAJOR_MINOR < VER_3_5)
|
||||
def test_dict_from_dict_two_xy():
|
||||
yield check_ast, '{"x": 1, **{"y": 2}}'
|
||||
|
||||
@skip_if(VER_MAJOR_MINOR < VER_3_5)
|
||||
def test_dict_from_dict_two_x_first():
|
||||
yield check_ast, '{"x": 1, **{"x": 2}}'
|
||||
|
|
Loading…
Add table
Reference in a new issue