Fix bug introduced when optimizing property sheet JSON files
This commit is contained in:
parent
311fc51e8a
commit
f505613af3
3 changed files with 19 additions and 9 deletions
|
|
@ -218,7 +218,7 @@ fn test_walk_with_properties_based_on_fields() {
|
|||
assert_eq!(
|
||||
*cursor.node_properties(),
|
||||
Properties {
|
||||
a: None,
|
||||
a: Some("w".to_string()),
|
||||
b: Some("z".to_string())
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue