Patch #15975
Migrating from trac, parsing of headings is too greedy
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Importers | |||
Target version: | - |
Description
The regular expression for headings is too greedy.
If you have two headings directly one line after another, the regex matches that two headings as only one.
I think the patch will solve the problem.
Related issues
History
#1
Updated by Toshi MARUYAMA over 8 years ago
- Related to Defect #15920: Migrating from trac, parsing of codeblocks is too general added