typos/crates/typos-cli/tests/cmd/extend-ignore-identifiers-re.toml

18 lines
247 B
TOML

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