typos/crates/typos-cli/tests/cmd/false-positives.toml

13 lines
202 B
TOML
Raw Normal View History

bin.name = "typos"
stdin = ""
stdout = """
error: `WRONLY` should be `WRONGLY`
--> ./sample.py:5:12
|
5 | print(os.O_WRONLY) # should work
| ^^^^^^
|
"""
stderr = ""
status.code = 2