It looks like we're doing some current position moving incorrectly. @jeffmo, @syranide - do you know if this is something that's getting fixed with the whitespace PR or is this a separate problem?
<Component something=" a bug " />
becomes
Component( {something: " a bug " } )