• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

RDFLib / rdflib / 31493885223
91%
master: 91%

Build:
Build:
LAST BUILD BRANCH: upgrade-mypy-v3
DEFAULT BRANCH: master
Ran 11 Aug 2026 01:13PM UTC
Jobs 1
Files 135
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

11 Aug 2026 12:59PM UTC coverage: 91.089% (+0.001%) from 91.088%
31493885223

push

github

web-flow
fix: reject Turtle/N3 local names beginning with a dash (#3497)

The PN_LOCAL production allows "-" inside a local name but not as its
first character, yet the notation3 qname scanner started consuming the
local name immediately after ":", so ":-o" parsed as the IRI
"<...>-o" instead of raising a syntax error.

Raise BadSyntax when the character directly following the prefix colon
is "-". Local names that merely contain a dash (":o-1") and blank node
labels are unaffected.

Adds a regression test in test/test_n3.py and drops the now-passing
xfail markers for the W3C turtle-syntax-bad-ln-dash-start and
trig-syntax-bad-ln-dash-start negative-syntax entries.

Closes #3403

Co-authored-by: Nicholas Car <nick@kurrawong.net>

7875 of 9568 branches covered (82.31%)

23143 of 25407 relevant lines covered (91.09%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 31493885223.1 11 Aug 2026 01:13PM UTC 135
91.09
GitHub Action Run
Source Files on build 31493885223
  • Tree
  • List 135
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 282240b9 on github
  • Prev Build on main (#31470258617)
  • Next Build on main (#31774346341)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc