added known issues
parent
1953027a48
commit
7cce076231
|
@ -21,6 +21,6 @@ cssifier("//a/b[contains(text(), 'hello')]")
|
||||||
```
|
```
|
||||||
|
|
||||||
### Known issues
|
### Known issues
|
||||||
[ ] invalid XPath selectors panic
|
[ ] invalid XPath return empty String
|
||||||
|
|
||||||
Contributors are welcome :).
|
Contributors are welcome :).
|
||||||
|
|
|
@ -97,5 +97,6 @@ mod tests {
|
||||||
cssifier("//a/b[contains(text(), 'hello')]").unwrap(),
|
cssifier("//a/b[contains(text(), 'hello')]").unwrap(),
|
||||||
"a b:contains(hello)"
|
"a b:contains(hello)"
|
||||||
);
|
);
|
||||||
|
assert_eq!(cssifier("*random shit//*").unwrap(), "");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue