(self, number)
| 9 | '1.', '-1.', |
| 10 | '.1', '-.1']) |
| 11 | def test_float_numbers(self, number): |
| 12 | ttype = next(tt for action, tt in Lexer.get_default_instance()._SQL_REGEX if action(number)) |
| 13 | assert tokens.Number.Float == ttype |
nothing calls this directly
no test coverage detected