amn / csspring

A CSS parsing library
GNU General Public License v3.0
1 stars 0 forks source link

Formatting (`values.Formatter`) of `selectors` grammar production is partially broken #7

Closed amn closed 1 month ago

amn commented 1 month ago

For ColonToken in token productions, the , is returned (instead of :), and for many token types a TypeError 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.

amn commented 1 month ago

Fixed with commit 1b79b9b77974f599169d150b17a1cda64bdef5e7.