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

13 lines
170 B
TOML
Raw Normal View History

2023-03-18 02:20:01 -04:00
bin.name = "typos"
stdin = ""
stdout = """
error: `hello` should be `goodbye`
--> ./file.ignore:1:1
|
1 | hello `hello`
| ^^^^^
|
"""
stderr = ""
status.code = 2