mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 00:51:11 -05:00
test(cli): Verify locale false positives
We can't test much more until we have a way of dealing with `--no-default-features` in tests
This commit is contained in:
parent
b86466d268
commit
230710374b
3 changed files with 10 additions and 0 deletions
4
crates/typos-cli/tests/cmd/en-us.in/README.md
Normal file
4
crates/typos-cli/tests/cmd/en-us.in/README.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
We should not correct
|
||||||
|
- goes
|
||||||
|
- ret
|
||||||
|
- prev
|
2
crates/typos-cli/tests/cmd/en-us.in/_typos.toml
Normal file
2
crates/typos-cli/tests/cmd/en-us.in/_typos.toml
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[default]
|
||||||
|
locale = "en-us"
|
4
crates/typos-cli/tests/cmd/en-us.toml
Normal file
4
crates/typos-cli/tests/cmd/en-us.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
bin.name = "typos"
|
||||||
|
stdin = ""
|
||||||
|
stdout = ""
|
||||||
|
stderr = ""
|
Loading…
Reference in a new issue