Github user ansell commented on the pull request:
https://github.com/apache/any23/pull/16#issuecomment-84257478
The main bug was that the entire script node was being sent to JSONLD-Java,
and not just its content.
However, I also made a few other changes while doing that testing.
It turned out that the jsonld was invalid, but somehow the exception when
parses fail was changed to be silently swallowed, so the only indication was
that the count was 0. I turned on the exception propagation again (no reason it
should be swallowed outside of temporary testing).
However, in addition to the 4 tests currently failing on the core tests,
there are now other tests failing due to an inability to parse "<div itemscope>"
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---