add test for delete id deltas
This commit is contained in:
parent
28f61ad4e6
commit
30905b6e62
1 changed files with 17 additions and 0 deletions
|
|
@ -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",
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue