tests: Add another template test

This commit is contained in:
James Westman 2023-05-16 17:37:52 -05:00
parent 9e02051e12
commit b5eca8b0b3
3 changed files with 14 additions and 0 deletions

View file

@ -177,6 +177,7 @@ class TestSamples(unittest.TestCase):
"template",
"template_binding",
"template_binding_extern",
"template_id",
"template_no_parent",
"template_simple_binding",
"typeof",