Closed amn closed 1 month ago
For ColonToken in token productions, the , is returned (instead of :), and for many token types a TypeError is raised.
ColonToken
,
:
TypeError
This is another issue owing to lack of tests for specifically the selectors module which made it into [initial] release in a poor shape.
selectors
Fixed with commit 1b79b9b77974f599169d150b17a1cda64bdef5e7.
For
ColonToken
in token productions, the,
is returned (instead of:
), and for many token types aTypeError
is raised.This is another issue owing to lack of tests for specifically the
selectors
module which made it into [initial] release in a poor shape.