Aditya Bhargava
Aditya Bhargava
This works fine: ``` r.end - (r.begin+1) ``` Parsing issue?
Can you give me an example where this issue occurred? With my test file in tests/test.html, the selector works just fine.
Here's what I get: ``` [" ","3:41"," ","3:41"," ","3:41"," "," "," "," "," "," ","Michel Tel"," "," ","Bara Bar"," Bere Ber"," "," "," "," "," "," ","3:41"," ","Michel Tel"," ","...
Does it work for you with the special symbols removed? Or does the following work for you? ``` runX $ parseHtml html >>> multi (hasAttrValue "class" (elem "info" . words))...
I'll take a look.
@pooster your example works for me with version 0.3.2 (it doesn't work with version 0.3.1).
@nikita-volkov it's been a while but could you verify that you're still having this issue. I don't see it.
I agree, this really needs to be supported. I don't have time to do it myself, but I'm happy to merge any PRs you or anyone else wants to throw...
Pushed a fix, please try it out and see if it works.