Page MenuHomePhabricator

Minor fix for JSONLint
ClosedPublic

Authored by joshuaspence on Sep 9 2014, 1:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 9:43 AM
Unknown Object (File)
Sat, Apr 27, 3:22 PM
Unknown Object (File)
Fri, Apr 26, 4:48 AM
Unknown Object (File)
Fri, Apr 26, 4:48 AM
Unknown Object (File)
Fri, Apr 26, 4:48 AM
Unknown Object (File)
Thu, Apr 25, 3:21 AM
Unknown Object (File)
Wed, Apr 17, 9:16 AM
Unknown Object (File)
Thu, Apr 11, 10:42 AM
Subscribers

Details

Summary

In D10435, the JSONLint external was patched in an attempt to ensure PHP 5.2 compatibility. The fact that $this->lexer->lex() will produce a different token if invoked a second time was overlooked.

Test Plan

Ran ./bin/arc lint -- src/lint/linter in rARC.

Diff Detail

Repository
rPHU libphutil
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

joshuaspence retitled this revision from to Minor fix for JSONLint.
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.Sep 9 2014, 2:02 PM