typos/crates/typos-cli/tests/cmd/ignore-line.toml
2023-09-26 11:01:26 -05:00

18 lines
249 B
TOML

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