Skip to content

Commit

Permalink
test(dict): Show dBA behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Apr 16, 2024
1 parent efad85b commit 56df0bd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions crates/typos-cli/tests/cmd/false-positives.in/sample.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Audio volume: 23.6 dBA
10 changes: 9 additions & 1 deletion crates/typos-cli/tests/cmd/false-positives.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
bin.name = "typos"
stdin = ""
stdout = ""
stdout = """
error: `BA` should be `BY`, `BE`
--> ./sample.txt:1:21
|
1 | Audio volume: 23.6 dBA
| ^^
|
"""
stderr = ""
status.code = 2

0 comments on commit 56df0bd

Please sign in to comment.