jekyll / jekyll-coffeescript

A CoffeeScript converter for Jekyll.
MIT License
53 stars 20 forks source link

In Converters::CoffeeScript#matches, never return anything but true or false #7

Closed parkr closed 10 years ago

parkr commented 10 years ago

Previously, it was returning the index where the string was first seen. Regexp is silly.

parkr commented 10 years ago

@rodaine this should be the only failure

rodaine commented 10 years ago

So not used to zero being truthy... But looks good to me!