search for: blocks_group_re

Displaying 1 result from an estimated 1 matches for "blocks_group_re".

2006 Jun 05
3
possible bug in trunk base.rb? BREAK_RE.
...ing my head around the library so i may be missing something but was that done on purpose? Thanks. jeremy Index: base.rb =================================================================== --- base.rb (revision 24) +++ base.rb (working copy) @@ -181,7 +181,7 @@ @@? (.*?)/x BLOCKS_GROUP_RE = /\n{2,}(?! )/m - BLOCK_RE = /^(([a-z]+)(\d*))(#{A}#{C})\.(?::(\S+))? (.*)$/ + BLOCK_RE = /^(([a-z]+)(\d*))(#{A}#{C})\.(?::(\S+))? (.*)$/m SETEXT_RE = /\A(.+?)\n([=-])[=-]* *$/m ATX_RE = /\A(\#{1,6}) # $1 = string of #''s [ ]*