2021-11-08 12:20:27 -05:00
|
|
|
bin.name = "typos"
|
2023-03-08 11:19:20 -05:00
|
|
|
args = "../../README.md"
|
2021-11-08 12:20:27 -05:00
|
|
|
status.code = 2
|
2023-03-18 00:30:24 -04:00
|
|
|
stdin = ""
|
|
|
|
stdout = """
|
|
|
|
error: `Supress` should be `Suppress`
|
|
|
|
--> ../../README.md:78:19
|
|
|
|
|
|
|
|
|
78 | \"AttributeID.*Supress.*\",
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
|
|
|
error: `Supress` should be `Suppress`
|
|
|
|
--> ../../README.md:83:12
|
|
|
|
|
|
|
|
|
83 | AttributeIDSupressMenu = \"AttributeIDSupressMenu\"
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
|
|
|
error: `Supress` should be `Suppress`
|
|
|
|
--> ../../README.md:83:38
|
|
|
|
|
|
|
|
|
83 | AttributeIDSupressMenu = \"AttributeIDSupressMenu\"
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
|
|
|
error: `Teh` should be `The`
|
|
|
|
--> ../../README.md:86:30
|
|
|
|
|
|
|
|
|
86 | # Don't correct the surname \"Teh\"
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
error: `teh` should be `the`
|
|
|
|
--> ../../README.md:87:1
|
|
|
|
|
|
|
|
|
87 | teh = \"teh\"
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
error: `teh` should be `the`
|
|
|
|
--> ../../README.md:87:8
|
|
|
|
|
|
|
|
|
87 | teh = \"teh\"
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
"""
|
|
|
|
stderr = ""
|