pending.nvim/spec
Barrett Ruth edd16f6ecf fix: correct buffer parser and timestamp test
Problem: parse_buffer classified /id/-prefixed task lines as headers
because '/' matches the '^%S' header pattern. Store timestamp test
was flaky when add and update ran within the same second.

Solution: check for task line patterns (id prefix or 2-space indent)
before falling through to the header branch. Backdate the initial
modified timestamp in the store update test.
2026-02-24 15:19:59 -05:00
..
diff_spec.lua test: add store, parse, and diff specs 2026-02-24 15:10:09 -05:00
helpers.lua test: add store, parse, and diff specs 2026-02-24 15:10:09 -05:00
parse_spec.lua test: add store, parse, and diff specs 2026-02-24 15:10:09 -05:00
store_spec.lua fix: correct buffer parser and timestamp test 2026-02-24 15:19:59 -05:00