typos/crates/typos-cli/tests/cmd/false-positives.toml

13 lines
194 B
TOML
Raw Normal View History

bin.name = "typos"
stdin = ""
2024-04-16 12:36:40 -04:00
stdout = """
error: `BA` should be `BY`, `BE`
--> ./sample.txt:1:21
|
1 | Audio volume: 23.6 dBA
| ^^
|
"""
stderr = ""
2024-04-16 12:36:40 -04:00
status.code = 2