Fixes T16028
Details
Details
- Reviewers
aklapper bekay valerio.bozzolan - Group Reviewers
O1: Blessed Committers - Maniphest Tasks
- T16028: New project remarkup rule misses some project names
- Commits
- rP4bd591e4414b: Simplify project regex further
Assert that #js-draw-lib (or any other project name with one or two characters followed by a non-word) links correctly. It was previously parsed as #js -draw-lib.
Repeat the test plan for D25838 and observe it still works
Diff Detail
Diff Detail
- Repository
- rP Phorge
- Branch
- master
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 1892 Build 1892: arc lint + arc unit
Event Timeline
Comment Actions
Wow, super fast thanks. Maybe nice to expand a bit the src/applications/project/remarkup/__tests__/ProjectRemarkupRuleTestCase.php
src/applications/project/remarkup/__tests__/ProjectRemarkupRuleTestCase.php | ||
---|---|---|
152 | (Odd that the linter did not complain about this) |