mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 09:48:06 +08:00
FIX: 🐛 ensure emoji are case insensitive
This commit is contained in:
@ -299,7 +299,6 @@ describe PrettyText do
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
it 'can escape *' do
|
||||
expect(PrettyText.cook("***a***a")).to match_html("<p><strong><em>a</em></strong>a</p>")
|
||||
expect(PrettyText.cook("***\\****a")).to match_html("<p><strong><em>*</em></strong>a</p>")
|
||||
|
Reference in New Issue
Block a user