poppinss / indicative

Indicative is a simple yet powerful data validator for Node.js and browsers. It makes it so simple to write async validations on nested set of data.
https://indicative.adonisjs.com/
MIT License
417 stars 52 forks source link

":" symbol bug fix #92

Closed devmark closed 7 years ago

devmark commented 7 years ago

https://github.com/poppinss/indicative/issues/91

RomainLanz commented 7 years ago

Hey @devmark !

Thanks for your contribution! ❤️

Could you write a failing/regression test?

devmark commented 7 years ago

added a test. should be ok now.

thetutlage commented 7 years ago

I believe it's better to use a regex to pick the first : only