FIX: 🐛 ensure emoji are case insensitive

This commit is contained in:
Régis Hanol
2015-01-15 19:00:55 +01:00
parent beea92a74b
commit b4e5937850
2 changed files with 8 additions and 6 deletions

View File

@ -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>")