a fork of iceshrimp.net but a tweaked frontend to my personal liking. waow
fediverse social-media social iceshrimp fedi
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

[tests] Fix typo in EmojiTests

+1 -1
+1 -1
Iceshrimp.Tests/Parsing/EmojiTests.cs
··· 24 24 [DataRow("\ud83e\ude75")] // light blue heart (E15.0) 25 25 [DataRow("\ud83d\ude42\u200d\u2194\ufe0f")] // head shaking horizontally (E15.1) 26 26 [DataRow("\ud83e\udee9")] // face with bags under eyes (E16.0) 27 - [DataRow("\ud83e\udeea")] // face with bags under eyes (E17.0) 27 + [DataRow("\ud83e\udeea")] // distorted face (E17.0) 28 28 public void TestEmojiRegexEmoji(string input) => TestEmojiRegexTemplate(input, true); 29 29 30 30 [TestMethod]