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

ruby-rdf / rdf-turtle / 351
96%
develop: 96%

Build:
Build:
LAST BUILD BRANCH: patch-1
DEFAULT BRANCH: develop
Ran 08 Feb 2019 10:19PM UTC
Jobs 5
Files 5
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

pending completion
351

push

travis-ci

no-reply
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.

1 of 1 new or added line in 1 file covered. (100.0%)

621 of 645 relevant lines covered (96.28%)

2272.6 hits per line

Jobs
ID Job ID Ran Files Coverage
1 351.1 (2.2.2, CI=true) 08 Feb 2019 10:20PM UTC 0
96.02
Travis Job 351.1
2 351.2 (2.3, CI=true) 08 Feb 2019 10:19PM UTC 0
96.05
Travis Job 351.2
3 351.3 (2.4, CI=true) 08 Feb 2019 10:20PM UTC 0
96.05
Travis Job 351.3
4 351.4 (2.5, CI=true) 08 Feb 2019 10:19PM UTC 0
96.04
Travis Job 351.4
5 351.5 (2.6, CI=true) 08 Feb 2019 10:20PM UTC 0
95.72
Travis Job 351.5
Source Files on build 351
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #351
  • 6c36fd0d on github
  • Next Build on escape-quotes-in-multi-line (#353)
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