mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
1b92c0182c
When `flatten`ing an `Option`, all errors are silenced, making the value `None`, not just "this field doesn't exist". The easiest way around this was to not use `Option`. Not too confident in all of the changes but tests pass? Fixes #881
15 lines
203 B
TOML
15 lines
203 B
TOML
bin.name = "typos"
|
|
status.code = 78
|
|
stdin = ""
|
|
stdout = ""
|
|
stderr = """
|
|
TOML parse error at line 7, column 1
|
|
|
|
|
7 | [type.ignore]
|
|
| ^[..]
|
|
regex parse error:
|
|
(he.*
|
|
^
|
|
error: unclosed group
|
|
|
|
"""
|