mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-13 08:40:29 -05:00
17 lines
183 B
TOML
17 lines
183 B
TOML
|
bin.name = "typos"
|
||
|
args = ""
|
||
|
status.code = 2
|
||
|
stdin = '''
|
||
|
\n\n
|
||
|
Destory
|
||
|
'''
|
||
|
stdout = """
|
||
|
error: `flate` should be `flat`
|
||
|
--> ./foo.rs:1:1
|
||
|
|
|
||
|
1 | flate2
|
||
|
| ^^^^^
|
||
|
|
|
||
|
"""
|
||
|
stderr = ""
|