Skip to content

Commit

Permalink
test: Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Mar 18, 2023
1 parent e15de8b commit 08f154e
Showing 1 changed file with 1 addition and 38 deletions.
39 changes: 1 addition & 38 deletions crates/typos-cli/tests/cmd/file-failure.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,5 @@ bin.name = "typos"
args = "../../README.md"
status.code = 2
stdin = ""
stdout = """
error: `Supress` should be `Suppress`
--> ../../README.md:78:19
|
78 | \"AttributeID.*Supress.*\",
| ^^^^^^^
|
error: `Supress` should be `Suppress`
--> ../../README.md:83:12
|
83 | AttributeIDSupressMenu = \"AttributeIDSupressMenu\"
| ^^^^^^^
|
error: `Supress` should be `Suppress`
--> ../../README.md:83:38
|
83 | AttributeIDSupressMenu = \"AttributeIDSupressMenu\"
| ^^^^^^^
|
error: `Teh` should be `The`
--> ../../README.md:86:30
|
86 | # Don't correct the surname \"Teh\"
| ^^^
|
error: `teh` should be `the`
--> ../../README.md:87:1
|
87 | teh = \"teh\"
| ^^^
|
error: `teh` should be `the`
--> ../../README.md:87:8
|
87 | teh = \"teh\"
| ^^^
|
"""
# stdout doesn't have stable order
stderr = ""

0 comments on commit 08f154e

Please sign in to comment.