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 Feb 14, 2024
1 parent 905be3d commit 1a589f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration/snippet_basics_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ describe("snippets_basic", function()
end)

it("node-callbacks are executed correctly.", function()
exec_lua[[
exec_lua([[
enter_qwer = false
enter_qwer_via_parent = false
Expand All @@ -1461,12 +1461,12 @@ describe("snippets_basic", function()
end}} } )
ls.snip_expand(snip)
]]
]])

assert.are.same(true, exec_lua("return enter_qwer"))
assert.are.same(true, exec_lua("return enter_qwer_via_parent"))

exec_lua[[
exec_lua([[
enter_snode = false
enter_snode_m1 = false
enter_snode_via_parent = false
Expand All @@ -1486,7 +1486,7 @@ describe("snippets_basic", function()
end}}, } )
ls.snip_expand(snip)
]]
]])

assert.are.same(true, exec_lua("return enter_snode"))
assert.are.same(true, exec_lua("return enter_snode_m1"))
Expand Down

0 comments on commit 1a589f6

Please sign in to comment.