ci: formt
This commit is contained in:
parent
22ca3184d8
commit
2e8de0acd6
1 changed files with 2 additions and 1 deletions
|
|
@ -47,7 +47,8 @@ describe('textobj', function()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
it('excludes multiple trailing metadata tokens', function()
|
it('excludes multiple trailing metadata tokens', function()
|
||||||
local s, e = textobj.inner_task_range('/1/- [ ] Buy milk due:2026-03-15 cat:Errands rec:weekly')
|
local s, e =
|
||||||
|
textobj.inner_task_range('/1/- [ ] Buy milk due:2026-03-15 cat:Errands rec:weekly')
|
||||||
assert.are.equal(10, s)
|
assert.are.equal(10, s)
|
||||||
assert.are.equal(17, e)
|
assert.are.equal(17, e)
|
||||||
end)
|
end)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue