|
Some checks are pending
quality / changes (push) Waiting to run
quality / Lua Format Check (push) Blocked by required conditions
quality / Lua Lint Check (push) Blocked by required conditions
quality / Lua Type Check (push) Blocked by required conditions
quality / Markdown Format Check (push) Blocked by required conditions
test / Test (Neovim nightly) (push) Waiting to run
test / Test (Neovim stable) (push) Waiting to run
Problem: `parse.body()` scanned tokens right-to-left and broke on the first non-metadata token, so metadata only worked at the trailing end of a line. `due:tomorrow Fix the bug` silently failed to parse the due date. Solution: Replace the right-to-left `while` loop with a single left-to-right pass that extracts metadata tokens from any position. Duplicate metadata tokens are dropped with a `log.warn`. Update docs and tests accordingly. |
||
|---|---|---|
| .. | ||
| archive_spec.lua | ||
| complete_spec.lua | ||
| detail_spec.lua | ||
| diff_spec.lua | ||
| edit_spec.lua | ||
| filter_spec.lua | ||
| forge_spec.lua | ||
| gtasks_spec.lua | ||
| helpers.lua | ||
| icons_spec.lua | ||
| oauth_spec.lua | ||
| parse_spec.lua | ||
| recur_spec.lua | ||
| s3_spec.lua | ||
| status_spec.lua | ||
| store_spec.lua | ||
| sync_spec.lua | ||
| sync_util_spec.lua | ||
| textobj_spec.lua | ||
| views_spec.lua | ||