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

rust-lang / regex / 1062
93%

Build:
DEFAULT BRANCH: master
Ran 21 May 2017 01:49PM UTC
Jobs 1
Files 21
Run time 2s
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
1062

push

travis-ci

bors
Auto merge of #346 - robinst:issue-341-char-class-nesting-and-intersection, r=BurntSushi

Support nested character classes and intersection with `&&`

This implements parts of UTS#18 RL1.3, namely:

* Nested character classes, e.g.: `[a[b-c]]`
* Intersections in classes, e.g.: `[\w&&\p{Greek}]`

They can be combined to do things like `[\w&&[^a]]` to get all word
characters except `a`.

Fixes #341

3683 of 4064 relevant lines covered (90.63%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
4 1062.4 21 May 2017 01:49PM UTC 0
90.63
Travis Job 1062.4
Source Files on build 1062
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1062
  • 548cb190 on github
  • Prev Build on master (#1058)
  • Next Build on master (#1066)
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