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

8 lines
82 B
TOML
Raw Permalink Normal View History

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