mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-26 11:01:00 -05:00
9 lines
151 B
TOML
9 lines
151 B
TOML
|
bin.name = "typos"
|
||
|
args = "foo"
|
||
|
status.code = 64
|
||
|
stdin = ""
|
||
|
# stdout doesn't have stable order
|
||
|
stderr = """
|
||
|
No such file or directory (os error 2)
|
||
|
"""
|