Closed Chris00 closed 4 years ago
In view of this issue about selectors containing a colon, it would be nice to make sure that lambdasoup supports selectors with escape sequences and to document it (so it is clear to the users).
Lambda Soup now supports escape sequences in selector identifiers. In particular, see this new test for escaped colons:
https://github.com/aantron/lambdasoup/blob/b53b69f721fd59beb62b7e7a42eb0943e967d179/test/test.ml#L179
https://github.com/aantron/lambdasoup/blob/b53b69f721fd59beb62b7e7a42eb0943e967d179/test/pages/quoted.html#L17
In view of this issue about selectors containing a colon, it would be nice to make sure that lambdasoup supports selectors with escape sequences and to document it (so it is clear to the users).