typos/crates/typos-cli/tests/cmd/ignore-line.toml

19 lines
255 B
TOML
Raw Normal View History

2023-09-26 12:01:26 -04:00
bin.name = "typos"
2024-02-07 17:06:19 -05:00
stdin = "--sort"
2023-09-26 12:01:26 -04:00
stdout = """
error: `hello` should be `goodbye`
--> ./file.ignore:1:1
|
1 | hello
| ^^^^^
|
error: `hello` should be `goodbye`
--> ./file.ignore:3:1
|
3 | hello
| ^^^^^
|
"""
stderr = ""
status.code = 2