typos/crates/typos-cli/tests/cmd/false-positives.toml
2023-09-25 12:46:00 -05:00

12 lines
202 B
TOML

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