Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
phanen committed Feb 21, 2024
1 parent e607be5 commit 0af976e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/toggle_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe("toggle-checkbox tests", function()

it("toggle non-empty", asserter {
{ "raw line", "* raw line", true },
{ "- item line", ";* [ ] item line", true },
{ "- item line", "* [ ] item line", true },
{ "+ [ ] box line", "+ [x] box line", true },
{ "- [x] box line", "- [ ] box line", true },
})
Expand Down

0 comments on commit 0af976e

Please sign in to comment.