typos/crates/typos-cli/tests/cmd/config-disallowed.toml
2024-02-07 16:06:19 -06:00

19 lines
262 B
TOML

bin.name = "typos"
args = "--sort"
status.code = 2
stdin = ""
stdout = """
error: `hello` is disallowed
--> ./file:1:1
|
1 | hello `hello`
| ^^^^^
|
error: `hello` is disallowed
--> ./file:1:8
|
1 | hello `hello`
| ^^^^^
|
"""
stderr = ""