paulmillr / es6-shim

ECMAScript 6 compatibility shims for legacy JS engines
http://paulmillr.com
MIT License
3.11k stars 389 forks source link

Exhaustive test of String#trim behavior (Closes #253) #254

Closed DylanLukes closed 10 years ago

DylanLukes commented 10 years ago

This should close #253.

ljharb commented 10 years ago

I also want to test that /u0085 is not trimmed, since this is incorrect prior to node 0.11.13. Can you add that test?

DylanLukes commented 10 years ago

Ask, and it shall be given to you.

ljharb commented 10 years ago

Awesome - I expect the build to fail in everything but node 0.11, but if so, I'll merge it along with the implementation fix.