[tests] Remove MfmUnicodeEmojiNode handler
This commit is contained in:
parent
54d3c4e8d3
commit
03191bfa91
1 changed files with 0 additions and 6 deletions
|
@ -236,12 +236,6 @@ public class MfmTests
|
|||
if (searchNode.Content != bx.Content) return false;
|
||||
break;
|
||||
}
|
||||
case MfmUnicodeEmojiNode ax:
|
||||
{
|
||||
var bx = (MfmUnicodeEmojiNode)b;
|
||||
if (ax.Emoji != bx.Emoji) return false;
|
||||
break;
|
||||
}
|
||||
case MfmEmojiCodeNode ax:
|
||||
{
|
||||
var bx = (MfmEmojiCodeNode)b;
|
||||
|
|
Loading…
Add table
Reference in a new issue