summaryrefslogtreecommitdiff
path: root/tests/float/lexer.py
AgeCommit message (Collapse)Author
2020-03-30tests/float: Add new lexer test to test parsing of float without prefix.David Lechner
Since automatically formatting tests with black, we have lost one line of code coverage. This adds an explicit test to ensure we are testing the case that is no longer covered implicitly.