typos/crates/typos-cli/tests/cmd/extend-ignore-identifiers-re.toml
2023-03-17 23:47:25 -05:00

12 lines
160 B
TOML

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