Defect #15920
Migrating from trac, parsing of codeblocks is too general
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Importers | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
The regular expression for start and end of codeblocks is too general.
If you have a codeblock, starting and ending in the same line, the code only sees the beginning and not the ending of the codeblock.
I think the patch will solve the problem.
Related issues
History
#1
Updated by Toshi MARUYAMA almost 9 years ago
- Related to Patch #15975: Migrating from trac, parsing of headings is too greedy added