test(cli): Verify shttp shows up

This commit is contained in:
Ed Page 2023-10-16 20:23:14 -05:00
parent bb22d73ddb
commit 018f404770
2 changed files with 11 additions and 1 deletions

View file

@ -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

View file

@ -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