Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: buffer_spec: fix set_line invocation | Justin M. Keyes | 2015-07-11 |
| | | | | | - pcall result was always false because of wrong arity - also re-arrange tests into it() blocks | ||
* | test: api: exercise out-of-bounds line slicing | Nick Hynes | 2015-07-11 |
| | |||
* | api: Handle NULs and newlines in buffer_*_line. | Scott Prager | 2014-12-06 |
| | |||
* | test: Use lua to perform sanity API checks | Thiago de Arruda | 2014-10-16 |
Sanity API checks made by the python-client in the api-python travis target were converted to lua and will now live in this repository. This will simplify performing breaking changes to the API as it won't be necessary to send parallel PRs the python-client. |