// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`last_line.js 1`] = ` ====================================options===================================== jsxBracketSameLine: true parsers: ["flow", "typescript"] printWidth: 80 | printWidth =====================================input======================================
and the children go here
and here too
=====================================output=====================================
and the children go here
and here too
; ================================================================================ `; exports[`last_line.js 2`] = ` ====================================options===================================== jsxBracketSameLine: false parsers: ["flow", "typescript"] printWidth: 80 | printWidth =====================================input======================================
and the children go here
and here too
=====================================output=====================================
and the children go here
and here too
; ================================================================================ `; exports[`single_prop_multiline_string.js 1`] = ` ====================================options===================================== jsxBracketSameLine: true parsers: ["flow", "typescript"] printWidth: 80 | printWidth =====================================input====================================== ; Content; =====================================output===================================== ; Content ; ================================================================================ `; exports[`single_prop_multiline_string.js 2`] = ` ====================================options===================================== jsxBracketSameLine: false parsers: ["flow", "typescript"] printWidth: 80 | printWidth =====================================input====================================== ; Content; =====================================output===================================== ; Content ; ================================================================================ `;