Add a snippet to create a test with an attribute

Instead of an annotation.
This commit is contained in:
Oliver Davies 2025-01-03 18:00:00 +00:00
parent f1466f269c
commit c5833a9cdc

View file

@ -110,6 +110,16 @@ local M = {
]],
{ i(1), i(2), i(0) }
),
testat = fmta(
[[
[#Test]
public function <>(): void {
<>
}<>
]],
{ i(1), i(2), i(0) }
),
}
return M