mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
c7a34fcbe2
Needed a `(?s)` to match multiple enclosed newlines. And added a non-greedy modifier and matching test to prevent double blocks from causing intermediate lines to be ignored: ```shell # spellchecker:off should be ignored # spellchecker:on should not be ignored # without non-greedy, this is also ignored # spellchecker:off should be ignored # spellchecker:on ``` |
||
---|---|---|
.. | ||
cmd | ||
cli_tests.rs |