mirror of https://gitee.com/openkylin/jinja2.git
4 lines
86 B
Python
4 lines
86 B
Python
|
def test_template_hash(env):
|
||
|
template = env.parse("hash test")
|
||
|
hash(template)
|