Page MenuHomePhabricator

Fix the `ArcanistXHPASTLinter` single quote rule.
ClosedPublic

Authored by joshuaspence on May 18 2014, 1:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Dec 19, 9:24 AM
Unknown Object (File)
Tue, Dec 17, 11:03 PM
Unknown Object (File)
Sun, Dec 15, 7:27 AM
Unknown Object (File)
Mon, Dec 9, 5:31 AM
Unknown Object (File)
Tue, Nov 26, 10:00 PM
Unknown Object (File)
Tue, Nov 26, 2:14 AM
Unknown Object (File)
Nov 22 2024, 6:38 PM
Unknown Object (File)
Nov 18 2024, 5:33 AM
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
Branch
xhpast-double_quotes
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 553
Build 553: [Placeholder Plan] Wait for 30 Seconds

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