mirror of
https://github.com/crate-ci/typos.git
synced 2025-01-23 15:09:08 -05:00
test(parser): Remove unclear test case
Unsure why this case is here and it causes difficulties
This commit is contained in:
parent
ad89736832
commit
4869764f7b
1 changed files with 0 additions and 6 deletions
|
@ -1132,12 +1132,6 @@ mod test {
|
|||
("D41D8CD98F00B204E9800998ECF8427E", true),
|
||||
// A 31-character hexadecimal string: too short to be a hash.
|
||||
("D41D8CD98F00B204E9800998ECF8427", false),
|
||||
// A 40-character string, but with non-hex characters (in
|
||||
// several positions.)
|
||||
("Z85865fd0412e40d041e861506bb3ac11a3a91e3", false),
|
||||
("485865fd04Z2e40d041e861506bb3ac11a3a91e3", false),
|
||||
("485865fd0412e40d041e8Z1506bb3ac11a3a91e3", false),
|
||||
("485865fd0412e40d041e861506bb3ac11a3a91eZ", false),
|
||||
] {
|
||||
let input = format!("Hello {} World", hashlike);
|
||||
let mut expected: Vec<Identifier> = vec![
|
||||
|
|
Loading…
Add table
Reference in a new issue