Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-04-30 23:13:33 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-04-30 23:35:27 +0300
commit242bebc13483c281af8bd2e0e9f6d7346997481e (patch)
tree39f56351f1dc6866d8701f93dbc975c006e2fed1 /spec/fixtures/markdown.md.erb
parent0027c2ddd78942e7fc266f68ccfdb17e2a525554 (diff)
Remove special handling for the `&#39;` problem
While `escape_once` will create this HTML entity, Nokogiri always translates it back before it gets to IssueReferenceFilter, so there should be no danger of erroneous issue links.
Diffstat (limited to 'spec/fixtures/markdown.md.erb')
-rw-r--r--spec/fixtures/markdown.md.erb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/fixtures/markdown.md.erb b/spec/fixtures/markdown.md.erb
index b00fc099b4d..0c140758557 100644
--- a/spec/fixtures/markdown.md.erb
+++ b/spec/fixtures/markdown.md.erb
@@ -138,7 +138,6 @@ References should be parseable even inside _!<%= merge_request.iid %>_ emphasis.
- Issue: #<%= issue.iid %>
- Issue in another project: <%= xref %>#<%= xissue.iid %>
-- Ignores HTML entities: TODO:&#39;
- Ignored in code: `#<%= issue.iid %>`
- Ignored in links: [Link to #<%= issue.iid %>](#issue-link)