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

abs-lang / abs / 517 / 1
71%
master: 63%

Build:
Build:
LAST BUILD BRANCH: 2.8.x
DEFAULT BRANCH: master
Ran 10 May 2019 01:02PM UTC
Files 3
Run time 0s
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

10 May 2019 12:58PM UTC coverage: 5.383% (-65.6%) from 70.986%
CONTEXT=abs

Pull #215

travis-ci-com

web-flow
Numeric separators: 1_000_000

This PR adds support to underscores in numeric
literals, following the footsteps of [Python 3](https://www.python.org/dev/peps/pep-0515/#implementation)
and [JS](https://github.com/tc39/proposal-numeric-separator).

```
100 # 100
1_0_0 # 100
10_0 # 100
_100 # ERROR: identifier not found: _
```

The main differences with other implementations are:

* you can use as many consecutive `_` as you'd like (`10_000_000___00` is ok)
* underscores *can* be found at the end of a number (`100`, `1_0_0` and `100_` are all the same)
Pull Request #215: Numeric separators: 1_000_000

26 of 483 relevant lines covered (5.38%)

0.1 hits per line

Source Files on job 517.1 (CONTEXT=abs)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 280
  • Travis Job 517.1
  • 25be44eb on github
  • Prev Job for CONTEXT=abs on underscores-in-numeric-literals (#510.2)
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