[ https://issues.apache.org/jira/browse/ANY23-237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16437303#comment-16437303 ]
ASF GitHub Bot commented on ANY23-237: -------------------------------------- GitHub user HansBrende opened a pull request: https://github.com/apache/any23/pull/77 ANY23-237 added test case to ensure no regression Added a test case to ensure we don't inadvertently switch back to buggy behavior. You can merge this pull request into a Git repository by running: $ git pull https://github.com/HansBrende/any23 ANY23-237 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/any23/pull/77.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #77 ---- commit b13472c202f23d9faacafdaa9bd29fbfddfcfe0b Author: Hans <firedrake93@...> Date: 2018-04-13T13:25:04Z ANY23-237 added test case to ensure no regression ---- > Fix RDFa test 0087: stylesheet reserved word is stripped out > ------------------------------------------------------------ > > Key: ANY23-237 > URL: https://issues.apache.org/jira/browse/ANY23-237 > Project: Apache Any23 > Issue Type: Bug > Reporter: stephane corlosquet > Priority: Major > Fix For: 2.3 > > > We have pretty much 100% green results on the official RDFa test suite at > http://rdfa.info/test-suite/. There is only one fail remaining: test 0087. > For some reason, any23 isn't able to extract a triple out of this markup: > {code} > <a rel=":stylesheet" > href="http://example.org/stylesheet">stylesheet</a> > {code} > when it can extract the right triple for all the other elements in the test > such as > {code} > <a rel=":alternate" href="http://example.org/alternate">alternate</a> > {code} > I'm going to need some help to figure this out, as I have no idea what part > of any23 is causing this. I checked the same test on semargl (our RDFa > parser) and it is passing no problem. -- This message was sent by Atlassian JIRA (v7.6.3#76005)