mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-26 11:01:00 -05:00
16 lines
183 B
TOML
16 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 = ""
|