This is an automated email from the ASF dual-hosted git repository.
afs pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new b9e9874f1a Fix token text for IRIREF
b9e9874f1a is described below
commit b9e9874f1a218602ad6096bc6ffcaa43921e0c31
Author: Andy Seaborne <[email protected]>
AuthorDate: Fri Jun 5 09:55:37 2026 +0100
Fix token text for IRIREF
---
jena-arq/Grammar/tokens.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jena-arq/Grammar/tokens.txt b/jena-arq/Grammar/tokens.txt
index 58f2a42a6b..03d2520629 100644
--- a/jena-arq/Grammar/tokens.txt
+++ b/jena-arq/Grammar/tokens.txt
@@ -5,7 +5,7 @@
// The presense of a token in the file does not mean it is actually used.
[<EOF>] ::=
-[<IRIref>] ::= '<' [^<>"{}|^`\]-[#x00-#x20] | <UCHAR> ) * '>'
+[<IRIref>] ::= '<' ( [^<>"{}|^`\]-[#x00-#x20] | <UCHAR> ) * '>'
<PNAME_NS> ::= <PN_PREFIX>? ':'
<PNAME_LN> ::= <PNAME_NS> <PN_LOCAL>