Page MenuHomePhabricator

Fix the `ArcanistXHPASTLinter` single quote rule.
ClosedPublic

Authored by joshuaspence on May 18 2014, 1:28 PM.
Tags
None
Referenced Files
F14034287: D9182.diff
Sat, Nov 9, 11:27 PM
F14021933: D9182.diff
Wed, Nov 6, 2:04 PM
Unknown Object (File)
Sep 20 2024, 3:04 PM
Unknown Object (File)
Sep 4 2024, 7:34 PM
Unknown Object (File)
Aug 31 2024, 7:19 PM
Unknown Object (File)
Aug 25 2024, 4:15 PM
Unknown Object (File)
Aug 22 2024, 6:51 PM
Unknown Object (File)
Aug 22 2024, 6:50 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).