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

ruby-rdf / rdf-turtle / 355 / 3
96%
develop: 96%

Build:
DEFAULT BRANCH: develop
Ran 08 Feb 2019 11:15PM UTC
Files 5
Run time 0s
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

08 Feb 2019 11:13PM UTC coverage: 96.049%. Remained the same
2.4, CI=true

push

travis-ci

gkellogg
Escape all instances of `"` in `"""` delimited literals

Fixes two bugs associated with `"""` delimited literals.

First: such literals cannot end with a `"` (see `STRING_LITERAL_LONG_QUOTE` at
https://www.w3.org/TR/turtle/#sec-grammar-grammar).

Second: they cannot contain a sequence of three `"`. The prior `.gsub('"""',
'\"""')` approach addresses this for cases where `"` appears in multiples of
three, but fails for other cases (e.g. `""""`).

Both bugs are fixed by escaping all `"` characters.

An alternative addressing only the second bug might be: `.gsub('"""', '\""\"')`,
which would ensure three quotes aren't ever left in a row.

Closes #16.

632 of 658 relevant lines covered (96.05%)

455.59 hits per line

Source Files on job 355.3 (2.4, CI=true)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 346
  • Travis Job 355.3
  • 25bb6c57 on github
  • Prev Job for 2.4, CI=true on develop (#350.3)
  • Next Job for 2.4, CI=true on develop (#359.3)
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