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

13 lines
160 B
TOML
Raw Normal View History

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