/todo

To get this branch, use:
bzr branch http://bzr.ed.am/todo

« back to all changes in this revision

Viewing changes to todo

  • Committer: edam
  • Date: 2012-01-04 11:58:14 UTC
  • Revision ID: edam@waxworlds.org-20120104115814-72kstt54mr6xcx4n
be less strict about what is allowed in a section heading

Show diffs side-by-side

added added

removed removed

141
141
        $next_section = '';
142
142
    }
143
143
    # detect section headings
144
 
    elsif( /^[A-Z]+$/ ) {
 
144
    elsif( /^[-_\.A-Za-z0-9 ]+$/ ) {
145
145
        $next_section = $_;
146
146
        chomp( $next_section );
147
147
    }