numbers in exponential form should not be marked
Open
- Dominant language
- Go
- Stars
- 44
- Forks
- 7
- Avg merge
- 12h 29m
- Merged PRs (30d)
- 1
Description
aspell ok!
```
echo " 1.23e10" | aspell -a
@(#) International Ispell Version 3.1.20 (but really Aspell 0.60.6.1)
*
```
hunspell tokenizes it as two words `1` and `23e10`
```
nickg13:plaintext nickg$ echo " 1.23e10" | hunspell -l
23e10
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.