mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-15 09:33:00 -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
|
HTTP_REFERER is a valid HTTP header field
|
||||||
|
|
||||||
It should be reasonable to talk about `<thead>`
|
It should be reasonable to talk about `<thead>`
|
||||||
|
|
||||||
|
SHTTP is a protocol
|
||||||
|
|
|
@ -1,4 +1,12 @@
|
||||||
bin.name = "typos"
|
bin.name = "typos"
|
||||||
stdin = ""
|
stdin = ""
|
||||||
stdout = ""
|
stdout = """
|
||||||
|
error: `SHTTP` should be `HTTPS`
|
||||||
|
--> ./README.md:9:1
|
||||||
|
|
|
||||||
|
9 | SHTTP is a protocol
|
||||||
|
| ^^^^^
|
||||||
|
|
|
||||||
|
"""
|
||||||
stderr = ""
|
stderr = ""
|
||||||
|
status.code = 2
|
||||||
|
|
Loading…
Add table
Reference in a new issue