typos/crates/typos-cli/tests/cmd/config-disallowed.toml
2023-08-09 08:15:05 -05:00

17 lines
230 B
TOML

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