|print-width--------------------------------------------------------------------|
In children array,
it should not add Whitespace Trim Characters (WTC) if the liquid drop does not
break on a new line
{{ 'hello' }}
it should add wtc if the liquid drop breaks on a new line, the previous/next
characters were not spaces, and the parent node is leading/trailing whitespace
sensitive.
{{ 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' }}
it should not add wtc if the liquid drop breaks on a new line and the
previous/next characters were spaces
{{ 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' }}
It should add wtc to the left of a br, but not to the right (as per prettier/language-html)
printWidth: 30
{{ some_drop }}
{{ some_drop }}
--------------------------------------------------------------------------------
In paragraphs,
it should add wtc if the liquid drop breaks next to a character (but not if not)
Hey {{ 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' }}, how are you doing?