aboutsummaryrefslogtreecommitdiff
path: root/valua-test.lua
Commit message (Collapse)AuthorAge
* README: documentation for optional() validator construction method. Added ↵d9k2018-05-04
| | | | test when optional() is not last method in chain.
* converted spaces to tabs with `find -name \*.lua -exec bash -c 'unexpand ↵d9k2018-05-04
| | | | --first-only --tabs=2 "$0" | tee "$0"' {} \;`
* Added stackable function `optional()`. ref ↵d9k2018-05-04
| | | | https://github.com/sailorproject/valua/issues/10
* test cases are splitted to pairs by spaces for better readabilityd9k2018-05-02
|
* numerical indexes for test data: better understandingd9k2018-05-02
|
* use explicit tostringFrancois Perrad2017-09-23
|
* fix indentation & trailing spacesFrancois Perrad2017-09-20
|
* fix typoandre alves garzia2017-02-11
|
* added tests for datetimeandre alves garzia2017-02-11
|
* Update test to exit on error code in case tests failEtiene Dalcol2016-01-24
|
* New email pattern matchEtiene2014-03-13
|
* Fixing empty and not_empty for working not just with stringsEtiene2014-03-12
|
* Initial commit.Etiene2014-03-11