typos/crates/typos-cli/tests/cmd/false-positives.toml

13 lines
172 B
TOML
Raw Normal View History

bin.name = "typos"
stdin = ""
2023-10-16 21:23:14 -04:00
stdout = """
error: `SHTTP` should be `HTTPS`
--> ./README.md:9:1
|
9 | SHTTP is a protocol
| ^^^^^
|
"""
stderr = ""
2023-10-16 21:23:14 -04:00
status.code = 2