brbog

Results 5 comments of brbog

Thanks, I got the code working and tried putting my test snippet inside a "issue88.css"-file (not sure which directory would be correct though) and at the end of `CSSReader30FuncTest.testSpecialCasesAsString()` (seemed...

No problem, that's normal :-). I was trying to ignore the error (I'm only interested in url content) and played around with: ```java final CSSReaderSettings result = new CSSReaderSettings().setCSSVersion(ECSSVersion.LATEST); //...

@fmcarvalho Thanks for this response! I was abusing nested .dynamic() calls to make the code formatter produce indented code (for readability => helps avoiding bugs). I got to work around...

(since it is inside the frontier logic, I suspect it's more fun for you @rzo1 :-))

Just raising this as a possible improvement for anyone who wants to contribute something :-). Creating a good test for this (using WireMock?) is rather important, but requires some effort...