“var a=1;” prettyprints to “var a= 1;” but should pretty print to “var a = 1;”
<rdar://problem/17350819>
Seems like shouldHaveSpaceBeforeToken is checking for operators, but assumes operators don't have a token, but maybe they do now, with the token name "operator".
Created attachment 233268 [details] [PATCH] Proposed Fix Makes JavaScript Pretty Printing tests pass in my checkout.
Comment on attachment 233268 [details] [PATCH] Proposed Fix Clearing flags on attachment: 233268 Committed r170088: <http://trac.webkit.org/changeset/170088>
All reviewed patches have been landed. Closing bug.