Page MenuHomePhabricator

Write a simple parser to mangle `pygmentize` output to use email-friendly style attributes
ClosedPublic

Authored by epriestley on May 5 2016, 12:55 AM.
Tags
None
Referenced Files
F18753761: D15845.id38182.diff
Sat, Oct 4, 8:12 PM
F18624155: D15845.id38182.diff
Mon, Sep 15, 7:10 PM
F18597801: D15845.diff
Sat, Sep 13, 3:42 AM
F18507486: D15845.id.diff
Sep 5 2025, 2:13 AM
F18453168: D15845.id38172.diff
Sep 1 2025, 3:10 AM
F17940738: D15845.diff
Jul 31 2025, 4:42 AM
Unknown Object (File)
Jul 1 2025, 9:46 PM
Unknown Object (File)
Jul 1 2025, 7:21 PM
Subscribers
None

Details

Summary

Ref T9790. This mangles pygmentize output so it does <span style="..."> instead of <span class="...">.

It doesn't use a regular expression, although it probably could.

I believe this is safe for all inputs, but it doesn't really matter: we'll only feed it safe inputs anyway, and it's only going to be used for email which we can't really do anything unsafe in.

Test Plan

Added unit tests; ran unit tests.

Diff Detail

Repository
rPHU libphutil
Branch
syntax1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 12048
Build 15170: Run Core Tests
Build 15169: arc lint + arc unit

Event Timeline

epriestley updated this revision to Diff 38173.
epriestley retitled this revision from to Write a simple parser to mangle `pygmentize` output to use email-friendly style attributes.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
  • Pick less linty test data.
chad edited edge metadata.
This revision is now accepted and ready to land.May 5 2016, 1:31 AM
This revision was automatically updated to reflect the committed changes.