mirror of
https://github.com/RustPython/Parser.git
synced 2025-07-08 05:35:22 +00:00
Rename test
This commit is contained in:
parent
6bda1a9e9e
commit
4f32bacf9c
2 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ with (0 as a, 1 as b,): pass
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn test_dict_containing_spread() {
|
||||
fn test_dict_unpacking() {
|
||||
let parse_ast = parse_expression(r#"{"a": "b", **c, "d": "e"}"#, "<test>").unwrap();
|
||||
insta::assert_debug_snapshot!(parse_ast);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue