better test with valid_enum and number

This commit is contained in:
2020-05-26 15:41:17 +02:00
parent dfa0b5678b
commit 2e0e17705b
5 changed files with 49 additions and 6 deletions

View File

@ -17,7 +17,7 @@
<constraints>
<check name="valid_enum" target="enumvar">
<param>[i for i in range(3, 13)]</param>
<param>['a', 'b', 'c']</param>
</check>
</constraints>