mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-15 09:33:00 -05:00
18 lines
230 B
TOML
18 lines
230 B
TOML
|
bin.name = "typos"
|
||
|
stdin = ""
|
||
|
stdout = """
|
||
|
error: `hello` is disallowed
|
||
|
--> ./file:1:1
|
||
|
|
|
||
|
1 | hello `hello`
|
||
|
| ^^^^^
|
||
|
|
|
||
|
error: `hello` is disallowed
|
||
|
--> ./file:1:8
|
||
|
|
|
||
|
1 | hello `hello`
|
||
|
| ^^^^^
|
||
|
|
|
||
|
"""
|
||
|
stderr = ""
|