()
| 4957 | const a = i(6205), |
| 4958 | INTS = () => [{ type: a.RANGE, from: 48, to: 57 }], |
| 4959 | WORDS = () => |
| 4960 | [ |
| 4961 | { type: a.CHAR, value: 95 }, |
| 4962 | { type: a.RANGE, from: 97, to: 122 }, |
| 4963 | { type: a.RANGE, from: 65, to: 90 }, |
| 4964 | ].concat(INTS()), |
| 4965 | WHITESPACE = () => [ |
| 4966 | { type: a.CHAR, value: 9 }, |
| 4967 | { type: a.CHAR, value: 10 }, |
no test coverage detected