More technically accurate test case.
[string-lerp.git] / tests / string-lerp.js
2014-05-19 Joe WreschnigCustom jshint configuration.
2014-05-19 Joe WreschnigShare common lerp requirement checks.
2014-05-19 Joe WreschnigLerp precision.
2014-05-19 Joe WreschnigHave numericLerp work in fixed point based on the longe...
2014-05-19 Joe WreschnigFinish renaming a/b/p to source/target/amount. Start...
2014-05-13 Joe WreschnigTweak to Levenshtein costs to prefer ins/del to sub...
2014-05-13 Joe WreschnigHandle surrogate pairs and combining characters correctly.
2014-05-13 Joe WreschnigMore efficient way to get LTR diffLerp editing.
2014-05-13 Joe WreschnigReverse edit strings so they change LTR, like fastLerp.
2014-05-13 Joe WreschnigAdd tests and build scripts.