[tests] Remove MfmUnicodeEmojiNode handler

This commit is contained in:
Laura Hausmann 2024-05-01 19:14:29 +02:00
parent 54d3c4e8d3
commit 03191bfa91
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -236,12 +236,6 @@ public class MfmTests
if (searchNode.Content != bx.Content) return false; if (searchNode.Content != bx.Content) return false;
break; break;
} }
case MfmUnicodeEmojiNode ax:
{
var bx = (MfmUnicodeEmojiNode)b;
if (ax.Emoji != bx.Emoji) return false;
break;
}
case MfmEmojiCodeNode ax: case MfmEmojiCodeNode ax:
{ {
var bx = (MfmEmojiCodeNode)b; var bx = (MfmEmojiCodeNode)b;