summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-04-30 16:13:33 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-04-30 16:35:27 -0400
commit242bebc13483c281af8bd2e0e9f6d7346997481e (patch)
tree39f56351f1dc6866d8701f93dbc975c006e2fed1 /spec
parent0027c2ddd78942e7fc266f68ccfdb17e2a525554 (diff)
downloadgitlab-ce-242bebc13483c281af8bd2e0e9f6d7346997481e.tar.gz
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')
-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)