Skip to content

Allow requires tag with tests.  #14

@ThHareau

Description

@ThHareau

For now, it is possible to use requires inside comparators, tags, matchtype and addresspart.

The relational extension uses that for the count match type:

	<matchtype name="count">
		<requires type="comparator" name="i;ascii-numeric" regex="i;ascii-numeric" />
		<parameter type="string" name="relation string" regex="(lt|le|eq|ge|gt|ne)" />
	</matchtype>

It would be useful to be able to define a test that requires a specific field.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions