typos/crates/typos-cli/tests/cmd/stdin-failure.toml
2023-03-17 23:30:24 -05:00

15 lines
208 B
TOML

bin.name = "typos"
args = "-"
status.code = 2
stdin = '''
Apropriate world
'''
stdout = """
error: `Apropriate` should be `Appropriate`
--> -:1:1
|
1 | Apropriate world
| ^^^^^^^^^^
|
"""
stderr = ""