This repository was archived by the owner on Apr 19, 2025. It is now read-only.
Commit 1818e6b
committed
Reject float tokens
Prevent tokens with e.g. a dot in it to be interpreted as a float, pass validation and cause an "Token must be a string of integer" exception.1 parent 590aac8 commit 1818e6b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
0 commit comments