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

9 lines
162 B
TOML
Raw Permalink Normal View History

2023-08-18 17:03:07 -04: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 17:03:07 -04:00
"""