---
base: lua51
globals:
  vim:
    any: true
  assert.are.same:
    args:
      - type: any
      - type: any
  assert.are_not.same:
    args:
      - type: any
      - type: any
  assert.has.error:
    args:
      - type: any
      - type: any
  assert.is_true:
    args:
      - type: any
      - type: any
  assert.is_false:
    args:
      - type: any
      - type: any
  describe:
    args:
      - type: string
      - type: function
  it:
    args:
      - type: string
      - type: function
  before_each:
    args:
      - type: function