Skip to content

Commit

Permalink
fix from 293c82e
Browse files Browse the repository at this point in the history
  • Loading branch information
pushcx committed Dec 14, 2021
1 parent 943feb7 commit 5cda10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/markdowner_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
create(:user, :username => "blahblah")

expect(Markdowner.to_html("hi @blahblah test"))
.to eq("<p>hi <a href=\"https://example.com/u/blahblah\" rel=\"ugc\">" +
.to eq("<p>hi <a href=\"https://lobste.rs/u/blahblah\" rel=\"ugc\">" +
"@blahblah</a> test</p>\n")

expect(Markdowner.to_html("hi @flimflam test"))
Expand Down

0 comments on commit 5cda10e

Please sign in to comment.