afs commented on PR #2118:
URL: https://github.com/apache/jena/pull/2118#issuecomment-1836162250
Tests added because "why not?"
`{`, `}` and space fail for a different reason to `[` and `]` - the parser
grammar does not accept them.
The way the SPARQL grammar is written is to have a token rule that excludes
impossible characters, then expect detailed checking.
`[` and `]` are possible as IPv6 address in the host part. They incorrectly
turn up when people put XSLT predicates in the path/query/fragment parts.
--
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]