typos/crates/typos-cli/tests/cmd/extend-words-case.toml
2023-12-13 08:38:14 -06:00

13 lines
279 B
TOML

bin.name = "typos"
args = ""
status.code = 2
stdin = ""
stdout = """
error: `Trailling` should be `Trailing`
--> ./file.txt:1:26
|
1 | public function noErrorOnTraillingSemicolonAndWhitespace(Connection $connection)
| ^^^^^^^^^
|
"""
stderr = ""