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

benwbrum / fromthepage / 30049523588 / 2
74%
development: 74%

Build:
DEFAULT BRANCH: development
Ran 23 Jul 2026 10:30PM UTC
Files 271
Run time 7s
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

23 Jul 2026 10:20PM UTC coverage: 42.724%. Remained the same
30049523588.2

push

github

web-flow
Fix "File ended" LaTeX error in PDF export caused by double-escaping of th cells (#5717)

* Initial plan

* Fix th element double-escaping in LaTeX PDF export causing File ended error

When a table header cell (th) contained nested inline formatting like
<u><b>text</b></u>, the generated LaTeX content was being passed through
latex_escape() a second time in process_element's else branch. This
double-escaping would corrupt nested LaTeX command structures: the outer
closing } of e.g. \underline{\textbf{...}} would be escaped to \}, which
is a literal character rather than a group closer. This left the LaTeX
group unclosed, causing lualatex's xltabular scanner (\TX@get@body) to
consume the rest of the file looking for the closing brace.

Fix: add 'th' to the `when 'td'` branch so th cells return their
already-processed content directly, just like td cells do.

Closes #5716

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>

1468 of 3706 branches covered (39.61%)

Branch coverage included in aggregate %.

6750 of 15529 relevant lines covered (43.47%)

53.58 hits per line

Source Files on job rspec-0 - 30049523588.2
  • Tree
  • List 271
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 30049523588
  • 33fd03eb on github
  • Prev Job for on development (#29953782380.4)
  • Next Job for on development (#30104950894.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc