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

ruby-rdf / rdf / 837 / 4
92%
develop: 92%

Build:
Build:
LAST BUILD BRANCH: optimise-unescape
DEFAULT BRANCH: develop
Ran 21 Feb 2016 12:14AM UTC
Files 59
Run time 1s
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

21 Feb 2016 12:00AM UTC coverage: 91.568%. First build
2.3.0, CI=true

push

travis-ci

no-reply
Add support for `:literal_equality`

This allows Enumerables to decline to preserve term-inequality for
literals that are value-equal.

For example: `"01"^^xsd:integer` and `"1"^^xsd:integer` have equal
values, but are not equal per RDF term-equality. An enumerable
supporting `:literal_equality` must preserve this distinction across
reads; one that does not may canonicalize the lexical representation of
its literals at its own discretion.

Note that an `Enumerable` need not be `Mutable` to perform this
canonicalization. For example, a data store may have an "optimize"
operation which performs the canonicalization independent of RDF.rb's
interactions.

4105 of 4483 relevant lines covered (91.57%)

6182.0 hits per line

Source Files on job 837.4 (2.3.0, CI=true)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 837
  • Travis Job 837.4
  • ec88d471 on github
  • Next Job for 2.3.0, CI=true on feature/literal-equality (#840.4)
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