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

bhollis / maruku / 243
80%

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

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.

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

2493 of 3164 relevant lines covered (78.79%)

6810.22 hits per line

Jobs
ID Job ID Ran Files Coverage
1 243.1 (1.8.7, Gemfile.1.8.7) 12 Dec 2017 09:12PM UTC 0
Travis Job 243.1
2 243.2 (1.9.2, Gemfile-oldruby) 12 Dec 2017 09:12PM UTC 0
81.16
Travis Job 243.2
3 243.3 (1.9.3, Gemfile-oldruby) 12 Dec 2017 09:13PM UTC 0
81.16
Travis Job 243.3
4 243.4 (2.0, Gemfile-oldruby) 12 Dec 2017 09:13PM UTC 0
81.13
Travis Job 243.4
5 243.5 (2.1, Gemfile) 12 Dec 2017 09:12PM UTC 0
81.13
Travis Job 243.5
6 243.6 (2.2, Gemfile) 12 Dec 2017 09:14PM UTC 0
81.26
Travis Job 243.6
7 243.7 (2.3.0, Gemfile) 12 Dec 2017 09:14PM UTC 0
81.13
Travis Job 243.7
8 243.8 (2.4.0, Gemfile) 12 Dec 2017 09:15PM UTC 0
81.25
Travis Job 243.8
9 243.9 (jruby-19mode, Gemfile-oldruby) 12 Dec 2017 09:16PM UTC 0
0.0
Travis Job 243.9
Source Files on build 243
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #243
  • Pull Request #144
  • PR Base - master (#240)
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