// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`attribute.js - babylon-verify 1`] = `
;
;
;
;
;
;
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
;
;
;
;
;
;
; `; exports[`child.js - babylon-verify 1`] = `
{...a}
;
{...a /* comment */}
;
{/* comment */...a}
;
{...a //comment }
;
{...a //comment }
;
{ //comment ...a }
;
{//comment ...a // comment }
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
{...a}
;
{...a /* comment */}
;
{/* comment */ ...a}
;
{ ...a //comment }
;
{ ...a //comment }
;
{ //comment ...a }
;
{ //comment ...a // comment }
; `;