mirror of
https://github.com/crate-ci/typos.git
synced 2025-02-15 09:33:00 -05:00
12 lines
202 B
TOML
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
|