Remi Rosenthal
Remi Rosenthal
Hi, My team have encountered this crash trying to blindly call `Element#cssSelector()` on elements. The signature is: ``` org.jsoup.select.Selector$SelectorParseException: Could not parse query 'ul.sp-c-sport-flyout__inner.gs-u-mb\': unexpected token at '\' at org.jsoup.select.QueryParser.findElements(QueryParser.java:226)...
I'm experiencing unexpected behaviour running Proguard 7.4.0. My project uses [Gson](https://github.com/google/gson/) to deserialise a simple JSON file to an object. To achieve this, the code uses several objects containing fields...