diff --git a/crates/typos-cli/tests/cmd/en-us.in/README.md b/crates/typos-cli/tests/cmd/en-us.in/README.md new file mode 100644 index 000000000..8acf91a30 --- /dev/null +++ b/crates/typos-cli/tests/cmd/en-us.in/README.md @@ -0,0 +1,4 @@ +We should not correct +- goes +- ret +- prev diff --git a/crates/typos-cli/tests/cmd/en-us.in/_typos.toml b/crates/typos-cli/tests/cmd/en-us.in/_typos.toml new file mode 100644 index 000000000..ee784ae04 --- /dev/null +++ b/crates/typos-cli/tests/cmd/en-us.in/_typos.toml @@ -0,0 +1,2 @@ +[default] +locale = "en-us" diff --git a/crates/typos-cli/tests/cmd/en-us.toml b/crates/typos-cli/tests/cmd/en-us.toml new file mode 100644 index 000000000..324f41d7f --- /dev/null +++ b/crates/typos-cli/tests/cmd/en-us.toml @@ -0,0 +1,4 @@ +bin.name = "typos" +stdin = "" +stdout = "" +stderr = ""