typos/crates/typos-cli/tests/cmd/missing-config.toml
2023-08-18 16:08:25 -05:00

8 lines
162 B
TOML

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`
"""