fffilo

Results 2 comments of fffilo

Same problem... Input: parsel.tokenize('[data-abcde="abcde"][data-xyz="xyz"]'); Result: [ { "type": "attribute", "content": "[data-abcde=\"abcde\"]", "name": "data-abcde", "operator": "=", "value": "\"abcde\"", "pos": [ 0, 16 ] }, { "type": "attribute", "content": "[data-xyz=\"§\"]", "name": "data-xyz",...

It looks like this [pull request](https://github.com/LeaVerou/parsel/pull/16) solves the issue.