Parse error when parsing TTL namespaced URI starting with a digit #1
Labels
No labels
t
bug
t
documentation
t
enhancement
t
feature
t
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
scossu/volksdata#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When decoding TTL input that contains a namespaced URI, and the data part (after the colon) starts with a digit, the parser throws an error.
To reproduce:
Execute:
If
ns:34is replaced byns:a34, the graph is parsed correctly.Parse error + segfault when parsing TTL namespaced URI starting with a digitto Parse error when parsing TTL namespaced URI starting with a digit