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
F18861164: D20644.id.diff
Sun, Nov 2, 2:20 PM
F18703641: D20644.id49249.diff
Sep 28 2025, 4:39 AM
F18681065: D20644.diff
Sep 26 2025, 3:46 AM
F18680957: D20644.diff
Sep 26 2025, 3:38 AM
F18630537: D20644.diff
Sep 16 2025, 11:57 AM
F18627747: D20644.diff
Sep 16 2025, 4:42 AM
F18625878: D20644.id.diff
Sep 15 2025, 11:49 PM
F18622333: D20644.id.diff
Sep 15 2025, 11:23 AM
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.