mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 09:01:04 -05:00
15 lines
208 B
TOML
15 lines
208 B
TOML
bin.name = "typos"
|
|
args = "-"
|
|
status.code = 2
|
|
stdin = '''
|
|
Apropriate world
|
|
'''
|
|
stdout = """
|
|
error: `Apropriate` should be `Appropriate`
|
|
--> -:1:1
|
|
|
|
|
1 | Apropriate world
|
|
| ^^^^^^^^^^
|
|
|
|
|
"""
|
|
stderr = ""
|