Page MenuHomePhabricator

Improve coverage of remarkup "<table>" rule and fix some bad method calls
ClosedPublic

Authored by epriestley on Jul 8 2019, 11:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jun 3, 5:32 PM
Unknown Object (File)
Wed, Jun 3, 5:27 PM
Unknown Object (File)
Apr 22 2026, 3:08 AM
Unknown Object (File)
Apr 19 2026, 2:11 AM
Unknown Object (File)
Mar 7 2026, 8:37 PM
Unknown Object (File)
Mar 7 2026, 8:36 PM
Unknown Object (File)
Feb 26 2026, 6:34 PM
Unknown Object (File)
Feb 15 2026, 7:09 PM
Subscribers
None
Tokens
"Baby Tequila" token, awarded by amckinley.

Details

Summary

See PHI1334. The existing coverage for "<table>" in remarkup is all testing valid inputs, and we have some incorrect method call names when the input isn't valid.

Add coverage, then make it pass.

Test Plan

Added tests and made them pass. Rendered some questionable <table>-like tags in comment previews.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I'm going to fast-track this to production since the fatal in PHI1334 is particularly unlucky (repository landing page) and I'm pretty confident the change doesn't make anything worse.