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

json5 / json5 / 336
100%

Build:
DEFAULT BRANCH: master
Ran 02 Oct 2019 08:24PM UTC
Jobs 4
Files 24
Run time 43s
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
336

push

travis-ci

jordanbtucker
fix: stringify `\0` as `\\x00` in some cases

The following is invalid JSON5 and ES5 because a digit cannot follow a
null character escape.

    '\01'

However, JSON5 stringifies `'\x001'` as `'\01'` making it impossible to
round trip. This commit ensures that JSON5 stringifies null characters
as `\x00` when followed by a digit.

1161 of 1161 branches covered (100.0%)

Branch coverage included in aggregate %.

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

1896 of 1896 relevant lines covered (100.0%)

187.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 336.1 02 Oct 2019 08:24PM UTC 0
100.0
Travis Job 336.1
2 336.2 02 Oct 2019 08:25PM UTC 0
100.0
Travis Job 336.2
3 336.3 02 Oct 2019 08:24PM UTC 0
100.0
Travis Job 336.3
4 336.4 02 Oct 2019 08:25PM UTC 0
100.0
Travis Job 336.4
Source Files on build 336
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #336
  • 3d9c22e3 on github
  • Prev Build on master (#335)
  • Next Build on master (#337)
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