Github user afs commented on the pull request: https://github.com/apache/jena/pull/89#issuecomment-123643767 Running `arq.qparse` on "CONSTRUCT { GRAPH ?g { ?s ?p ?o } }" yields problems. This query does to print correctly. `arq.qparse` is useful in development because it does some checking - it parses and prints the input query but also reparses the output. It also calls `Query::hashCode` and `Query::equals` on the parsed and reparsed versions and expected them to match.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---