add test for delete id deltas

This commit is contained in:
Alexander Wang 2023-02-15 14:13:31 -08:00
parent 28f61ad4e6
commit 30905b6e62
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -4778,6 +4778,23 @@ x.y.z.w.e.p.l -> x.y.z.1.2.3.4
"x.x": "x"
}`,
},
{
name: "only-reserved",
text: `guitar: {
books: {
_._.pipe: {
a
}
}
}
`,
key: `pipe`,
exp: `{
"pipe.a": "a"
}`,
},
{
name: "delete_container_with_conflicts",