// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`attribute.js 1`] = ` ====================================options===================================== parsers: ["babel", "flow", "typescript"] printWidth: 80 | printWidth =====================================input======================================
;
;
;
;
;
;
;
;
; =====================================output=====================================
;
;
;
;
;
;
;
;
; ================================================================================ `; exports[`child.js 1`] = ` ====================================options===================================== parsers: ["babel", "flow", "typescript"] printWidth: 80 | printWidth =====================================input======================================
{...a}
;
{...a /* comment */}
;
{/* comment */...a}
;
{...a //comment }
;
{...a //comment }
;
{ //comment ...a }
;
{//comment ...a // comment }
; =====================================output=====================================
{...a}
;
{...a /* comment */}
;
{/* comment */ ...a}
;
{ ...a //comment }
;
{ ...a //comment }
;
{ //comment ...a }
;
{ //comment ...a // comment }
; ================================================================================ `;