typos/crates/typos-cli/tests/cmd/extend-words-case.toml

14 lines
279 B
TOML
Raw Normal View History

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