2024-09-16 11:40:31 -04:00
|
|
|
bin.name = "typos"
|
|
|
|
stdin = ""
|
2024-09-16 13:06:55 -04:00
|
|
|
stdout = """
|
|
|
|
error: `hte` should be `the`
|
|
|
|
--> ./checked/file.txt:1:1
|
|
|
|
|
|
|
|
|
1 | hte
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
"""
|
2024-09-16 11:40:31 -04:00
|
|
|
stderr = ""
|
2024-09-16 13:06:55 -04:00
|
|
|
status.code = 2
|