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

RDFLib / rdflib / 208
91%

Build:
DEFAULT BRANCH: master
Ran 27 Jul 2013 09:03PM UTC
Jobs 4
Files 388
Run time –
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

pending completion
208

push

travis-ci

gromgull
fixed sparql parser bug with pnames followed by a dot

Previously, bugs would occur when triple-patterne did not have
whitespace between a pname and the terminating dot:

?s ?p foaf:knows.

would parse into a uriref of "http://xmlns.com/foaf/0.1/knows."

The optional clause of the PN_LOCAL production was in the wrong place,
fixing it was non-trivial, since pyparsing cannot backtrack.

I replaced the whole production with a regex, parsing pnames should now
also be much faster (not that it matters greatly)

Thanks to balkian on irc for spotting!

24545 of 38128 relevant lines covered (64.38%)

1.28 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
5
100.0
build/src/rdflib/plugins/sparql/parser.py
Jobs
ID Job ID Ran Files Coverage
2 208.2 27 Jul 2013 09:03PM UTC 0
64.68
Travis Job 208.2
3 208.3 27 Jul 2013 09:03PM UTC 0
66.21
Travis Job 208.3
4 208.4 27 Jul 2013 09:07PM UTC 0
62.32
Travis Job 208.4
5 208.5 27 Jul 2013 09:08PM UTC 0
62.3
Travis Job 208.5
Source Files on build 208
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #208
  • fffe435b on github
  • Prev Build on master (#206)
  • Next Build on master (#209)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc