typos/crates/typos-cli/tests/cmd/extend-ignore-words-re.toml
2023-10-16 12:37:00 -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 = ""