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

12 lines
197 B
TOML

bin.name = "typos"
stdin = ""
stdout = """
error: `ons` should be `owns`
--> ./README.md:1:5
|
1 | add-ons should not be corrected to add-owns
| ^^^
|
"""
stderr = ""
status = "failed"