Page MenuHomePhabricator

Make `#` header detection more strict
ClosedPublic

Authored by epriestley on Aug 5 2014, 4:01 PM.
Tags
None
Referenced Files
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
Unknown Object (File)
Nov 18 2024, 1:37 PM
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
Branch
headercons
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 2046
Build 2047: [Placeholder Plan] Wait for 30 Seconds

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).