aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Jinja2/py3/tests/test_nodes.py
blob: e910998ff1bdca7f8c06b20d1ee72cb88afa2420 (plain) (blame)
1
2
3
def test_template_hash(env):
    template = env.parse("hash test")
    hash(template)