Open
Description
The unit tests create patterns like (?=bar)(?=foo)
,
e.g. in the test that merges contains.
Yet this resulting pattern seems to be unsatisfiable.
The following instances are valid w.r.t. the original schema but not the merged schema:
[
{
"name": "foo-and-bar"
}
]
[
{
"name": "foo"
},
{
"name": "bar"
}
]
Metadata
Metadata
Assignees
Labels
No labels