Skip to content

Commit

Permalink
test(cli): Verify locale false positives
Browse files Browse the repository at this point in the history
We can't test much more until we have a way of dealing with
`--no-default-features` in tests
  • Loading branch information
epage committed Aug 26, 2024
1 parent b86466d commit 2307103
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/typos-cli/tests/cmd/en-us.in/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
We should not correct
- goes
- ret
- prev
2 changes: 2 additions & 0 deletions crates/typos-cli/tests/cmd/en-us.in/_typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[default]
locale = "en-us"
4 changes: 4 additions & 0 deletions crates/typos-cli/tests/cmd/en-us.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
bin.name = "typos"
stdin = ""
stdout = ""
stderr = ""

0 comments on commit 2307103

Please sign in to comment.