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

8 lines
82 B
TOML
Raw Normal View History

2021-11-08 11:20:27 -06:00
bin.name = "typos"
args = "-"
2023-03-17 23:30:24 -05:00
stdin = '''
Hello world
'''
stdout = ""
stderr = ""