| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- [selene]
- base = "lua51"
- name = "vim"
- [vim]
- any = true
- [[describe.args]]
- type = "string"
- [[describe.args]]
- type = "function"
- [[it.args]]
- type = "string"
- [[it.args]]
- type = "function"
- [[before_each.args]]
- type = "function"
- [[after_each.args]]
- type = "function"
- [assert.is_not]
- any = true
- [assert.matches]
- any = true
- [assert.has_error]
- any = true
- [[assert.equals.args]]
- type = "any"
- [[assert.equals.args]]
- type = "any"
- [[assert.equals.args]]
- type = "any"
- required = false
- [[assert.same.args]]
- type = "any"
- [[assert.same.args]]
- type = "any"
- [[assert.truthy.args]]
- type = "any"
- [[assert.falsy.args]]
- type = "any"
- [[assert.spy.args]]
- type = "any"
- [[assert.stub.args]]
- type = "any"
|