Skip to content

Commit

Permalink
Format with stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
L3MON4D3 authored and github-actions[bot] committed Aug 30, 2022
1 parent 4f26b4e commit 1843932
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/integration/snippet_basics_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ describe("snippets_basic", function()
end
})
]])
screen:expect{grid=[[
screen:expect({
grid = [[
testtest^ |
{0:~ }|
{2:-- INSERT --} |]]}
{2:-- INSERT --} |]],
})
end)

it("Can expand Snippets from `all` via <Plug>", function()
Expand Down

0 comments on commit 1843932

Please sign in to comment.