Skip to content

Commit

Permalink
This actually doesn't work in Lean 3 which is why it was cheaply miss…
Browse files Browse the repository at this point in the history
…ing.
  • Loading branch information
Julian committed Oct 20, 2023
1 parent d24fffc commit 56c006e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lua/tests/lean3/switch_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,6 @@ if_has_lean3('switch', function()
vim.api.nvim_command('normal! 1gg0')
vim.cmd('Switch')
assert.contents.are[[squeeze_simp]]

vim.cmd('Switch')
assert.contents.are[[simp]]
end))

it('switches between simp [foo] and squeeze_simp [foo]',
Expand Down

0 comments on commit 56c006e

Please sign in to comment.