summaryrefslogtreecommitdiff
path: root/fzytest.c
Commit message (Collapse)AuthorAge
* Test for choices with two candidatesJohn Hawthorn2014-09-17
|
* Add more tests of choicesJohn Hawthorn2014-09-14
|
* Fix divide by zero on empty choices listJohn Hawthorn2014-09-14
|
* Cleanup headersJohn Hawthorn2014-09-14
|
* scoring: Prefer consecutive matchesJohn Hawthorn2014-08-30
|
* Update README.mdJohn Hawthorn2014-08-04
|
* Only M[0][0] should default to 0John Hawthorn2014-08-04
|
* Use SCORE_MATCH_SLASH for first characterJohn Hawthorn2014-08-03
|
* Lesser penalty for leading and trailing gapsJohn Hawthorn2014-07-30
|
* Improve scoringJohn Hawthorn2014-07-30
|
* Adjust scoring systemJohn Hawthorn2014-07-26
| | | | | | | -0.05 for a skipped character in the candidate. +1 for a match following a previous match +1.5 for a match at the beginning of a word No change for any other match.
* Test for exact matchJohn Hawthorn2014-07-26
|
* Slightly nicer test outputJohn Hawthorn2014-07-26
|
* Replace test "framework" with way less magicJohn Hawthorn2014-07-26
|
* Add another test and some commentsJohn Hawthorn2014-07-26
|
* test on match_positionsJohn Hawthorn2014-07-26
|
* Avoid test compilation warningsJohn Hawthorn2014-07-26
|
* Replace ruby tests with some CJohn Hawthorn2014-07-26
Ruby tests were a nice way to start, and it was nice to borrow some from selecta. However, it's going to be much easier to write tests in the same language as the implementation.