typos/crates/typos-cli/tests/cmd/missing-config.toml

9 lines
162 B
TOML
Raw Normal View History

2023-08-18 16:03:07 -05:00
bin.name = "typos"
args = "--config foo.toml"
status.code = 78
stdin = ""
# stdout doesn't have stable order
stderr = """
could not read config at `foo.toml`
2023-08-18 16:03:07 -05:00
"""