test(dict): Show dBA behavior

This commit is contained in:
Ed Page 2024-04-16 11:36:40 -05:00
parent efad85b292
commit 56df0bd8d6
2 changed files with 10 additions and 1 deletions

View file

@ -0,0 +1 @@
Audio volume: 23.6 dBA

View file

@ -1,4 +1,12 @@
bin.name = "typos" bin.name = "typos"
stdin = "" stdin = ""
stdout = "" stdout = """
error: `BA` should be `BY`, `BE`
--> ./sample.txt:1:21
|
1 | Audio volume: 23.6 dBA
| ^^
|
"""
stderr = "" stderr = ""
status.code = 2