WebbyLab / php-validator-livr

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

Bug in "decimal" rule #27

Open koorchik opened 6 years ago

koorchik commented 6 years ago

Here is the example for reproduce: http://livr-multi-playground.webbylab.com/#%7B%22rules%22%3A%22%7B%5Cn%20%20%20%20'test'%3A%20'decimal'%5Cn%7D%22%2C%22input%22%3A%22%7B%5Cn%20%20%20%20'test'%3A%20-3.00%5Cn%7D%22%7D

I have added additional tests to test suite - https://github.com/koorchik/LIVR/commit/3bfd6944f4dcd6158a1f07676664c34f63682449

Here is an example, how it was fixed in JS implementation - https://github.com/koorchik/js-validator-livr/commit/5e8dc210f53ca62db6ac8dd469f6c5914dd888be#diff-1e3604932255b8e9b4aba0a1c5f96ae9R35