Displaying 1 result from an estimated 1 matches for "atx_r".
Did you mean:
ctx_r
2006 Jun 05
3
possible bug in trunk base.rb? BREAK_RE.
...on 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
[ ]*