Skip to content

Commit 9332008

Browse files
committed
highlight sanitization in test
1 parent b074163 commit 9332008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sanitization_filter_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def test_sanitization_pipeline_can_be_configured
232232
CODE
233233

234234
expected = <<~HTML
235-
<p>This is great, <a href="/balevine" class="user-mention">@balevine</a>:</p>
235+
<p>This is great, <a>@balevine</a>:</p>
236236
<pre><code>some_code(:first)
237237
</code></pre>
238238
HTML

0 commit comments

Comments
 (0)