Skip to content
Snippets Groups Projects
Commit 646c1f03 authored by Robert Speicher's avatar Robert Speicher
Browse files

Re-enable the "links with adjacent text" UserReferenceFilter spec

parent c52fe24c
No related branches found
No related tags found
1 merge request!1194Re-enable the "links with adjacent text" UserReferenceFilter spec
Pipeline #
Loading
@@ -121,7 +121,6 @@ module Gitlab::Markdown
Loading
@@ -121,7 +121,6 @@ module Gitlab::Markdown
end end
   
it 'links with adjacent text' do it 'links with adjacent text' do
skip "TODO (rspeicher): Re-enable when usernames can't end in periods."
doc = filter("Mention me (#{reference}.)") doc = filter("Mention me (#{reference}.)")
expect(doc.to_html).to match(/\(<a.+>#{reference}<\/a>\.\)/) expect(doc.to_html).to match(/\(<a.+>#{reference}<\/a>\.\)/)
end end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment