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

19 lines
247 B
TOML
Raw Normal View History

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