afs opened a new pull request, #2726:
URL: https://github.com/apache/jena/pull/2726
GitHub issue resolved #2715
This PR contains changes to TokenizerText, used by the usual Turtle, TriG,
N-Triples and N-Quads parsers
* Fix for #2715 parsing numbers with sign and no integer digits
* Adds the tokens for RDF 1.2 triple terms . The exact form of these tokens
may well change but the fact new tokens are being added looks quite likely.
* Some tidying up of the code.
The RDF 1.2 tokens are not used by parsers on the main branch. RDF 1.2
development is not on `main`.
The tokenzier changes are in a one particular area of code so making the
change together is simpler. The rebase/merge is messy.
----
- [x] Tests are included.
- [x] Commits have been squashed to remove intermediate development commit
messages.
- [x] Key commit messages start with the issue number (GH-xxxx)
By submitting this pull request, I acknowledge that I am making a
contribution to the Apache Software Foundation under the terms and conditions
of the [Contributor's
Agreement](https://www.apache.org/licenses/contributor-agreements.html).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]