-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test Fail #1
Comments
What does "xsltproc --version" return? |
Using libxml 20703, libxslt 10124 and libexslt 813 xsltproc was compiled against libxml 20703, libxslt 10124 and libexslt 813 libxslt 10124 was compiled against libxml 20703 libexslt 813 was compiled against libxml 20703 |
Hmm, that's what I have too. The parselet that's not working is: PyParsley({'links': ['regexp:match(a @href, ".sign.")']}). The regexp:match function is not being found. This is probably a problem with the root parsley project, not the python binding. Do the tests in the root parsley project (i.e. make check) work? |
Andrew-McClouds-MacBook-Pro:fizx-parsley-4228b7a amccloud$ make check make check-am ambiguous... success. contains... success. math_ambiguity... success. content... success. whitespace... success. backslash... success. question_regressions... success. outer-xml... success. segfault... success. sg_off... success. nth-regression... success. array-regression... success. fictional... success. fictional-opt... success. function-magic... success. malformed-expr... success. malformed-json... success. malformed-array... success. css_attr... success. position... success. replace... success. scope... success. test... success. yelp... success. optional... success. empty... success. craigs-simple... success. yelp-home... success. bang... success. cool... success. trivial2... success. trivial... success. match... success. quote... success. unbang... success. malformed-xpath... success. remote-fail... success. crash... success. reddit... success. div... success. default-namespace... success. sg-wrap... success. collate_regression... success. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is on a vanilla install of Snow Leopard
The text was updated successfully, but these errors were encountered: