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

bhollis / maruku / 243 / 8
80%
master: 80%

Build:
DEFAULT BRANCH: master
Ran 12 Dec 2017 09:15PM UTC
Files 39
Run time 15min
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

12 Dec 2017 09:10PM UTC coverage: 81.248% (+1.5%) from 79.771%
2.4.0, Gemfile

Pull #144

travis-ci

web-flow
CharSourceStrscan does not work correctly with UTF-8 strings. Remove it.

CharSourceStrScan expects characters to be 1 byte, so strange things happen.

For example, rendering:

````
<p>ö <strong>a</strong></p>
```

In Ruby 1.9.x:

```
<p>ö &lt;strong&gt;a&lt;/strong&gt;</p>
```

In Ruby 2.1 and above:

```
maruku/lib/maruku/input/parse_span.rb:32:in `read_span': invalid byte sequence in UTF-8 (ArgumentError)
```
Pull Request #144: CharSourceStrscan does not work correctly with UTF-8 strings. Remove it.

2487 of 3061 relevant lines covered (81.25%)

1031.26 hits per line

Source Files on job 243.8 (2.4.0, Gemfile)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 243
  • Travis Job 243.8
  • c10f1608 on github
  • Prev Job for 2.4.0, Gemfile on master (#240.8)
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