sunaku / md2man

📚 Converts markdown into UNIX manual pages
https://sunaku.github.io/md2man/man
Other
374 stars 23 forks source link

Invalid Regexp under 1.8.7 #4

Closed postmodern closed 12 years ago

postmodern commented 12 years ago

Noticed a Regular Expression using 1.9 specific syntax.

/home/hal/.rvm/gems/ruby-1.8.7-p358/bundler/gems/md2man-298db0c847af/lib/md2man/roff.rb:22: undefined (?...) sequence: /(?<=^\.[UM]E) \s/

Is md2man 1.9 only, or would it possible to get this fixed for 1.8.7 support?

sunaku commented 12 years ago

Yes it's possible to change it. I'll do it next week.

sunaku commented 12 years ago

Fixed amigo. Please verify and close.

postmodern commented 12 years ago

Rebased my rake_task branch, and it now works on 1.8.7. Thanks!