mirror of
https://github.com/neovim/neovim.git
synced 2026-08-14 11:29:31 +00:00
Problem:
Some assertions are erroneously skipped for `not is_os('win')`.
Solution:
Update tests. Deduplicate logic.
Problem:
Some assertions are erroneously skipped for `not is_os('win')`.
Solution:
Update tests. Deduplicate logic.