You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 D COULDa
2 D COULDd
3 D COULDs
4 D SHOULDs
5 I LOCIs
6 I OCTOPId
7 L AT_WILLs
8 L WILLs
9 T BROUGHTd
10 T BROUGHTs
11 T MUSTs
12 T WITs
The README.md above produces the output below:
$ typos README.md
error: `COUL` should be `COULD`
-->README.md:1:6|1|1DCOULDa| ^^^^
|
error: `COUL` should be `COULD`
-->README.md:2:6|2|2DCOULDd| ^^^^
|
error: `COUL` should be `COULD`
-->README.md:3:6|3|3DCOULDs| ^^^^
|
error: `SHOUL` should be `SHOULD`, `SHAWL`, `SHOAL`
-->README.md:4:6|4|4DSHOULDs| ^^^^^
|
error: `WIL` should be `WILL`, `WELL`
-->README.md:7:9|7|7LAT_WILLs| ^^^
|
error: `WIL` should be `WILL`, `WELL`
-->README.md:8:6|8|8LWILLs| ^^^
|
Cases 5,6 and 9-12 seem to be handled correctly.
It seems that a lowercase letter that follows an all uppercase word not ending in T or I is split incorrectly.
The text was updated successfully, but these errors were encountered:
First encountered here:
https://github.com/RustCrypto/formats/blob/e55540ecc2f5950fad5bc380592df5efc6f68105/pem-rfc7468/README.md?plain=1#L43
The
README.md
above produces the output below:Cases 5,6 and 9-12 seem to be handled correctly.
It seems that a lowercase letter that follows an all uppercase word not ending in
T
orI
is split incorrectly.The text was updated successfully, but these errors were encountered: