You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/04/23 06:24:35 UTC

svn commit: r1329057 - /lucene/dev/trunk/lucene/common-build.xml

Author: uschindler
Date: Mon Apr 23 04:24:35 2012
New Revision: 1329057

URL: http://svn.apache.org/viewvc?rev=1329057&view=rev
Log:
LUCENE-4008: Add missing $

Modified:
    lucene/dev/trunk/lucene/common-build.xml

Modified: lucene/dev/trunk/lucene/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/common-build.xml?rev=1329057&r1=1329056&r2=1329057&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/common-build.xml (original)
+++ lucene/dev/trunk/lucene/common-build.xml Mon Apr 23 04:24:35 2012
@@ -1536,7 +1536,7 @@ ${tests-output}/junit4-*.suites     - pe
               var markdownSource = self.getToken();
               var title = undefined;
               // match the first heading in markdown and use as title:
-              if (markdownSource.search(/^#+\s*(.+)/m) >= 0) {
+              if (markdownSource.search(/^#+\s*(.+)$/m) >= 0) {
                 title = RegExp.$1;
               }
               var processor = new PegDownProcessor(