typos/crates/typos-cli/tests/cmd/false-positives.toml
2023-10-16 20:23:14 -05:00

12 lines
172 B
TOML

bin.name = "typos"
stdin = ""
stdout = """
error: `SHTTP` should be `HTTPS`
--> ./README.md:9:1
|
9 | SHTTP is a protocol
| ^^^^^
|
"""
stderr = ""
status.code = 2