typos/crates/typos-cli/tests/cmd/extend-ignore-re.toml
2023-03-18 01:20:01 -05:00

18 lines
272 B
TOML

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