Skip to content

Commit 830df80

Browse files
committed
Keywords: add new test pattern
1 parent 3946cf0 commit 830df80

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/KeywordEnhancerTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ public static function dataCodifyText(): array {
204204
'Fix Uri\WhatWg\Url::withHost.',
205205
'Fix `Uri\WhatWg\Url::withHost`.',
206206
],
207+
[
208+
'(Dom\XMLDocument::createComment() triggers undefined behavior with null byte).',
209+
'(`Dom\XMLDocument::createComment()` triggers undefined behavior with null byte).',
210+
],
207211
];
208212
}
209213

0 commit comments

Comments
 (0)