Fix bug introduced when optimizing property sheet JSON files

This commit is contained in:
Max Brunsfeld 2019-07-17 17:00:25 -07:00
parent 311fc51e8a
commit f505613af3
3 changed files with 19 additions and 9 deletions

View file

@ -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())
}
);