shadowsocks / shadowsocks-nodejs

https://github.com/shadowsocks/shadowsocks
Other
1.25k stars 724 forks source link

Test cases `indexOf()` issue #13

Closed whitetrefoil closed 12 years ago

whitetrefoil commented 12 years ago

In test.coffee

data.toString().indexOf 'listening at port'

will be compiled to

data.toString().indexOf('listening at port' >= 0)