Skip to content

Instantly share code, notes, and snippets.

View RadicalZephyr's full-sized avatar

Zefira Shannon RadicalZephyr

View GitHub Profile
@RadicalZephyr
RadicalZephyr / parsetest.rb
Last active December 22, 2015 16:59
Show case a macruby bug with regex syntax
puts %r{hello}.match("hello")
brokenreg = %r{
hello #stuff happens
$ # end of line
}x
definition = %r{
^ # begin of line