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

20 lines
279 B
TOML
Raw Normal View History

2023-03-18 02:20:01 -04:00
bin.name = "typos"
2024-02-07 17:06:19 -05:00
args = "--sort"
2023-03-18 02:20:01 -04:00
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
| ^^^
|
2023-03-18 02:20:01 -04:00
"""
stderr = ""
status.code = 2