mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-24 18:10:56 -05:00
test(cli): Verify shttp shows up
This commit is contained in:
parent
bb22d73ddb
commit
018f404770
2 changed files with 11 additions and 1 deletions
|
@ -5,3 +5,5 @@ git glossary has both commitish and committish, so don't correct them
|
|||
HTTP_REFERER is a valid HTTP header field
|
||||
|
||||
It should be reasonable to talk about `<thead>`
|
||||
|
||||
SHTTP is a protocol
|
||||
|
|
|
@ -1,4 +1,12 @@
|
|||
bin.name = "typos"
|
||||
stdin = ""
|
||||
stdout = ""
|
||||
stdout = """
|
||||
error: `SHTTP` should be `HTTPS`
|
||||
--> ./README.md:9:1
|
||||
|
|
||||
9 | SHTTP is a protocol
|
||||
| ^^^^^
|
||||
|
|
||||
"""
|
||||
stderr = ""
|
||||
status.code = 2
|
||||
|
|
Loading…
Reference in a new issue