This is an automated email from the ASF dual-hosted git repository.
andy pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
from e26f466a86 Bump the maven-patch-group group with 2 updates
new 3b0425f6bf Correct comment
new 022c21497d Make argument order of emitTriple consistent
new 3fb84c1ff0 Fix for SPARQL BNF output
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
jena-arq/Grammar/Turtle/turtle.jj | 8 +-
jena-arq/Grammar/jj2bnf | 14 +-
.../org/apache/jena/riot/lang/LangParserBase.java | 13 +-
.../lang/turtlejcc/LangTurtleJCCParserBase.java | 8 +-
.../riot/lang/turtlejcc/javacc/TurtleJavacc.java | 8 +-
.../jena/arq/junit/sparql/tests/SparqlTestLib.java | 3 +-
.../jena/ttl_test/turtle/TurtleParserBase.java | 401 +++++++++++----------
.../ttl_test/turtle/javacc/JavaCharStream.java | 17 +-
.../ttl_test/turtle/javacc/ParseException.java | 17 +-
.../apache/jena/ttl_test/turtle/javacc/Token.java | 17 +-
.../jena/ttl_test/turtle/javacc/TokenMgrError.java | 17 +-
.../jena/ttl_test/turtle/javacc/TurtleParser.java | 29 +-
.../turtle/javacc/TurtleParserConstants.java | 15 +-
.../turtle/javacc/TurtleParserTokenManager.java | 15 +-
jena-core/testing/ttl_test/turtle-test.jj | 44 +--
15 files changed, 327 insertions(+), 299 deletions(-)