2023-05-19 09:11:14 -04:00
|
|
|
bin.name = "typos"
|
|
|
|
stdin = ""
|
2023-10-16 21:23:14 -04:00
|
|
|
stdout = """
|
|
|
|
error: `SHTTP` should be `HTTPS`
|
|
|
|
--> ./README.md:9:1
|
|
|
|
|
|
|
|
|
9 | SHTTP is a protocol
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
|
"""
|
2023-05-19 09:11:14 -04:00
|
|
|
stderr = ""
|
2023-10-16 21:23:14 -04:00
|
|
|
status.code = 2
|