Skip to content

Commit 5535b6e

Browse files
committed
[TwigComponent] added regressions test for Alpine.js attribute keys containing numeric characters
1 parent c565e9e commit 5535b6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TwigComponent/tests/Unit/ComponentAttributesTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ public static function provideSpecialSyntaxAttributeNames(): iterable
324324
yield ['@click'];
325325
// Alpine.js
326326
yield ['x-on:click'];
327+
yield ['@input.debounce.500ms'];
327328
}
328329

329330
public function testThrowsTypeErrorWithoutEscaperRuntime(): void

0 commit comments

Comments
 (0)