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

xymostech / rs-tex / 25
92%

Build:
DEFAULT BRANCH: master
Ran 29 Apr 2019 12:09AM UTC
Jobs 1
Files 29
Run time 3min
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
25

push

travis-ci-com

xymostech
Make \indent and \noindent create enter horizontal mode

This is the first step towards correctly transitioning between
vertical and horizontal mode. In this commit, an explicit `\indent` or
`\noindent` is needed to trigger the transition. There is not yet any
difference between the two, and I don't do some of the steps that are
supposed to happen during that transition (like adding `\parskip` or
interline glue, or line breaking).

To make this easier, I added a new function for explicitly moving into
horizontal mode so that I don't have to deal with `BoxLayout`.

Also, I was worried that the tests that I was writing were too
long/fragile, so I'm trying something new. Instead of explicitly
writing out the entire box structure (which ends up mostly being a
bunch of copy-paste with small differences) I'm trying writing the
boxes in the input itself and then pulling the boxes out to test. That
way, if the structure of boxes changes or something, the test will
continue to function without me having to rewrite it. I'm imagining
that this will become very helpful as the boxes get larger and larger.

3096 of 3363 relevant lines covered (92.06%)

1.24 hits per line

Jobs
ID Job ID Ran Files Coverage
3 25.3 29 Apr 2019 12:09AM UTC 0
92.06
Travis Job 25.3
Source Files on build 25
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #25
  • 4779fcfc on github
  • Prev Build on master (#24)
  • Next Build on master (#26)
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