From 1cdecfbc6ab590769c110fc7af0d6f2437a522d4 Mon Sep 17 00:00:00 2001 From: Alain Schlesser Date: Tue, 23 Feb 2021 16:19:13 +0000 Subject: [PATCH] Add breaking test cases --- tests/Dom/DocumentTest.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tests/Dom/DocumentTest.php b/tests/Dom/DocumentTest.php index bacc1d37f..fb62e824d 100644 --- a/tests/Dom/DocumentTest.php +++ b/tests/Dom/DocumentTest.php @@ -397,6 +397,16 @@ public function dataDomDocument() '
', '
', ], + 'emoji_in_html_tag_for_amp_attribute' => [ + 'utf-8', + '' . $head . '', + '' . $head . '', + ], + 'emoji_in_html_tag_for_data_attribute' => [ + 'utf-8', + '' . $head . '', + '' . $head . '', + ], ]; }