typos/crates/typos-cli/tests/cmd/stdin-failure.toml

16 lines
208 B
TOML
Raw Normal View History

2021-11-08 12:20:27 -05:00
bin.name = "typos"
args = "-"
status.code = 2
2023-03-18 00:30:24 -04:00
stdin = '''
Apropriate world
'''
stdout = """
error: `Apropriate` should be `Appropriate`
--> -:1:1
|
1 | Apropriate world
| ^^^^^^^^^^
|
"""
stderr = ""