Page MenuHomePhabricator

Make `#` header detection more strict
ClosedPublic

Authored by epriestley on Aug 5 2014, 4:01 PM.
Tags
None
Referenced Files
F14495324: D10151.diff
Fri, Jan 3, 8:27 AM
Unknown Object (File)
Tue, Dec 17, 2:11 AM
Unknown Object (File)
Fri, Dec 13, 8:37 AM
Unknown Object (File)
Sun, Dec 8, 6:04 PM
Unknown Object (File)
Dec 1 2024, 10:51 PM
Unknown Object (File)
Nov 26 2024, 7:13 PM
Unknown Object (File)
Nov 26 2024, 4:30 PM
Unknown Object (File)
Nov 22 2024, 10:21 AM
Subscribers

Details

Summary

Ref T5102. Require a space after a single # at the beginning of a line to possibly trigger header behavior.

This prevents conflicts with #projects and some normal text beginning with #.

Test Plan

Added unit test.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

epriestley retitled this revision from to Make `#` header detection more strict.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Aug 5 2014, 4:18 PM
epriestley updated this revision to Diff 24420.

Closed by commit rPHU25c1599e34e0 (authored by @epriestley).