typos/crates/typos-cli/tests/cmd/force-exclude.toml

13 lines
181 B
TOML

bin.name = "typos"
args = "file.ignore"
stdin = ""
stdout = """
error: `hello` should be `goodbye`
--> file.ignore:1:1
|
1 | hello
| ^^^^^
|
"""
stderr = ""
status.code = 2