summaryrefslogtreecommitdiff
path: root/lang/ruby18-base/patches/patch-bp
blob: 5bb9ea9d35c368a88a649c9fefe1571030a2e553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-bp,v 1.1 2005/11/02 08:56:40 taca Exp $

--- lib/rdoc/markup/simple_markup.rb.orig	2004-04-24 10:39:45.000000000 +0900
+++ lib/rdoc/markup/simple_markup.rb
@@ -194,8 +194,7 @@ module SM  #:nodoc:
     LABEL_LIST_RE = /^(
                         (  \[.*?\]    (?# labeled  )
                           |\S.*::     (?# note     )
-                        )(?=\s|$)
-                        \s*
+                        )(?:\s+|$)
                       )/x