zspecza / common-tags

🔖 Useful template literal tags for dealing with strings in ES2015+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oneLine does not preserve multiple spaces within input lines

hjdivad opened this issue · comments

Its name and test suggest that it would ("reduces text to one line, replacing newlines with spaces").

For example the following is unexpected

oneLine`
  Preserve eg sentences.  Double
  spaces within input lines.
` === 'Preserve eg sentences.  Double spaces within input lines.'
// => false