andreypopp / reactify

[DEPRECATED] Browserify transform for JSX (superset of JavaScript used in React library by Facebook)
MIT License
690 stars 68 forks source link

make normalizeWhitespace strip carriage returns #51

Closed n3dst4 closed 9 years ago

n3dst4 commented 9 years ago

A couple of the tests were failing for me on Windows, which it turned out was because some carriage returns were getting in there and not being stripped out during the tests. Not sure if this is Windows-only, but anyway, this fixes it.