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

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

Build:
DEFAULT BRANCH: master
Ran 12 Dec 2017 09:14PM UTC
Files 39
Run time 14min
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.264% (+1.5%) from 79.783%
2.2, 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.

2481 of 3053 relevant lines covered (81.26%)

1032.65 hits per line

Source Files on job 243.6 (2.2, 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.6
  • c10f1608 on github
  • Prev Job for 2.2, Gemfile on master (#240.6)
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