jinja2/tests/test_nodes.py

4 lines
86 B
Python
Raw Normal View History

2023-03-14 15:43:04 +08:00
def test_template_hash(env):
template = env.parse("hash test")
hash(template)