Skip to content

Unit tests with patterns #44

Open
Open
@miniHive

Description

@miniHive

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions