zspecza / common-tags

🔖 Useful template literal tags for dealing with strings in ES2015+
Other
1.99k stars 61 forks source link

oneLine does not preserve multiple spaces within input lines #89

Closed hjdivad closed 7 years ago

hjdivad commented 7 years ago

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