Defect #28469
closedSyntax highlighter does not work if language name is single-quoted
0%
Description
Please see the screenshot below. Syntax highlighter does not work if "Text formatting" is set to "Textile" and the language name is enclosed by single quotation marks. The Textile formatter should accept single quotation marks as well as double quotation marks.
Files
Related issues
Updated by Mizuki ISHIKAWA over 6 years ago
- File add-single-quoted.patch add-single-quoted.patch added
I think it is natural to use single quotes.
I wrote a patch to fix this defect.
Updated by Marius BÄ‚LTEANU over 6 years ago
Mizuki ISHIKAWA wrote:
I think it is natural to use single quotes.
I wrote a patch to fix this defect.
I would recommend to add a tests for this single quotes case.
Updated by Mizuki ISHIKAWA over 6 years ago
Marius BALTEANU wrote:
Mizuki ISHIKAWA wrote:
I think it is natural to use single quotes.
I wrote a patch to fix this defect.I would recommend to add a tests for this single quotes case.
I forgot to write a test.
I appreciate your advice.
This is the patch that added the test.
Updated by Go MAEDA over 6 years ago
- Target version set to 3.3.8
LGTM. Setting target version to 3.3.8.
Updated by Go MAEDA over 6 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed to the trunk and stable branches. Thank you for fixing this issue.
Updated by Go MAEDA over 6 years ago
- Has duplicate Defect #14443: Property class in <code> inside <pre> does not accept a single quotes added