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

7 lines
82 B
TOML

bin.name = "typos"
args = "-"
stdin = '''
Hello world
'''
stdout = ""
stderr = ""