test(cli): Prevent false-positive regressions

This commit is contained in:
Ed Page 2023-05-19 08:11:14 -05:00
parent 78a3c66d00
commit 9e01ccbd3e
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1 @@
add-ons should not be corrected to add-owns

View file

@ -0,0 +1,12 @@
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"