typos/crates/typos-cli/tests/cmd/config-disallowed.toml

20 lines
262 B
TOML
Raw Normal View History

bin.name = "typos"
2024-02-07 17:06:19 -05:00
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 = ""