WebbyLab / php-validator-livr

Lightweight PHP validator supporting Language Independent Validation Rules Specification (LIVR)
45 stars 16 forks source link

Invalid behavior of one_of rule #12

Closed DanielHreben closed 9 years ago

DanielHreben commented 9 years ago

http://livr-playground.tk/#%7B%22rules%22%3A%22%7B%5Cn%20%20flag%3A%20%7Bone_of%3A%20%5Btrue%2C%20false%5D%7D%5Cn%7D%22%2C%22input%22%3A%22%7B%5Cn%20%20flag%3A%20'string%20or%20number'%5Cn%7D%22%7D

DanielHreben commented 9 years ago

Fixed in https://github.com/WebbyLab/php-validator-livr/pull/13