{{!-- Wrapping text --}}
Some text that would need to wrap on to a new line in order to display correctly and nicely
{{!-- Wrapping tags --}}
f f f f f f
{{!-- Wrapping tags --}}
ffffff
{{!-- Wrapping tags --}}
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa f
before
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur at mollis lorem.
after
before{stuff}after{stuff}after{stuff}after{stuff}after{stuff}after{stuff}{stuff}{stuff}after{stuff}after
before {{stuff}} after {{stuff}} after {{stuff}} after {{stuff}} after {{stuff}} after {{stuff}} {{stuff}} {{stuff}} after {{stuff}} after
Please state your name and occupation for the board of school directors.
First second third
Something
First
Second
Third
First
Second
Third
{{!-- leading whitespace --}}
First Second Third Fourth Fifth Sixth Seventh Eighth Ninth Tenth Eleventh Twelfth Thirteenth Fourteenth
{{!-- trailing whitespace --}}
First Second Third Fourth Fifth Sixth Seventh Eighth Ninth Tenth Eleventh Twelfth Thirteenth Fourteenth
{{!-- no leading or trailing whitespace --}}
First Second Third Fourth Fifth Sixth Seventh Eighth Ninth Tenth Eleventh Twelfth Thirteenth Fourteenth
{{!-- translation leave text around tag --}}
First , ( Second )
First second third fourth fifth sixth seventh , ( Second )
{{!-- this really should split across lines --}}
before{{stuff}}after{{stuff}}after{{stuff}}after{{stuff}}after{{stuff}}after{{stuff}}after{{stuff}}after{{stuff}}after{{stuff}}after{{stuff}}after{{stuff}}after{{stuff}}after{{stuff}}after{{stuff}}after
{{!-- solitary whitespace --}}
{{!-- whitespace on newline --}}
First
Second
Third
{{!-- around multiline element --}}
Before
{"Enough text to make this element wrap on to multiple lines when formatting"}
After
{{!-- around multiline element second pass --}}
Before{" "}
{ "Enough text to make this element wrap on to multiple lines when formatting" }
{" "} After
{{!-- dont preserve blank lines when contains text --}}
Zeroth
First
Second
{{!-- multiple expressions --}}
{{header}} {{body}} {{footer}}
{{!-- single expression child tags --}}
You currently have {{dashboardStr}} and {{userStr}}
{{!-- expression does not break --}}
texty text text text text text text text text text text text {{this.props.type}}
// FIXME