typos/crates/typos-cli/tests/cmd/extend-ignore-re.toml
2023-12-27 10:13:43 -06:00

19 lines
276 B
TOML

bin.name = "typos"
args = "-j1"
stdin = ""
stdout = """
error: `hello` should be `goodbye`
--> ./file.ignore:1:1
|
1 | hello `hello`
| ^^^^^
|
error: `olt` should be `old`
--> ./olt-manager.php:1:5
|
1 | One olt two
| ^^^
|
"""
stderr = ""
status.code = 2