lifo / cramp

Real-time web application framework in Ruby
http://cramp.in
MIT License
1.5k stars 121 forks source link

fixing issue with Invalid Multibyte Escape #33

Closed GBH closed 10 years ago

GBH commented 13 years ago

This problem manifests when trying to run tests from Textmate. Wrapping regex in Regexp.new works like a charm.

Houdini commented 12 years ago

Please accept this commit faster

GBH commented 12 years ago

My patch is actually wrong. Regex should be wrapped in double quotes, not single.

In any case it doesn't matter because it feels like this project is abandoned or something.

tumbleweeds