Page MenuHomePhabricator

Fix the `ArcanistXHPASTLinter` single quote rule.
ClosedPublic

Authored by joshuaspence on May 18 2014, 1:28 PM.
Tags
None
Referenced Files
F15499310: D9182.diff
Sun, Apr 13, 2:48 PM
F15429850: D9182.id21809.diff
Mon, Mar 24, 4:37 AM
F15417213: D9182.diff
Mar 20 2025, 4:03 PM
F15415161: D9182.diff
Mar 20 2025, 4:30 AM
F15379991: D9182.id.diff
Mar 14 2025, 12:43 AM
F15344499: D9182.id21808.diff
Mar 10 2025, 4:50 AM
Unknown Object (File)
Feb 11 2025, 7:19 PM
Unknown Object (File)
Feb 9 2025, 1:00 PM
Subscribers

Details

Summary

Previously, the ArcanistXHPASTLinter was suggesting that "\1" be written as '\1', which is incorrect. Therefore, I ensured that all of the cases listed in the PHP documentation were handled correctly.

Test Plan

arc unit

Diff Detail

Repository
rARC Arcanist
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Fix the `ArcanistXHPASTLinter` single quote rule..
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.May 18 2014, 1:47 PM
epriestley updated this revision to Diff 21809.

Closed by commit rARC178b32c6c2d6 (authored by @joshuaspence, committed by @epriestley).