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
Unknown Object (File)
Wed, Apr 17, 7:33 PM
Unknown Object (File)
Sun, Apr 7, 4:42 PM
Unknown Object (File)
Mon, Apr 1, 5:11 PM
Unknown Object (File)
Sun, Mar 31, 7:37 PM
Unknown Object (File)
Fri, Mar 29, 10:25 AM
Unknown Object (File)
Fri, Mar 29, 10:25 AM
Unknown Object (File)
Fri, Mar 29, 10:25 AM
Unknown Object (File)
Mar 15 2024, 6:17 AM
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.