// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`test.js 1`] = ` ====================================options===================================== parsers: ["flow", "babel", "typescript"] printWidth: 80 | printWidth =====================================input====================================== keep =

Welcome to the Universal React Starter-kyt. This starter kyt should serve as the base for an advanced, server-rendered React app.

newlines_text =
hi there how are you are you fine today?
newlines_text_spaced =
space above space below
newlines_elems_spaced =
space above space below
newlines_mixed =
hi there how are you are you fine today?
newlines_elems =
hi
regression_extra_newline = (
New Messages
); regression_extra_newline_2 = (
( )
); =====================================output===================================== keep = (

Welcome to the Universal React Starter-kyt. This starter kyt should serve as the base for an advanced, server-rendered React app.

); newlines_text =
hi there how are you are you fine today?
; newlines_text_spaced =
space above space below
; newlines_elems_spaced = (
space above space below
); newlines_mixed = (
hi there how are you are you fine today?
); newlines_elems = (
hi
); regression_extra_newline = (
New Messages
); regression_extra_newline_2 = (
( )
); ================================================================================ `; exports[`windows.js 1`] = ` ====================================options===================================== parsers: ["flow", "babel", "typescript"] printWidth: 80 | printWidth =====================================input======================================
Text
=====================================output=====================================
Text
; ================================================================================ `;