File: test_nodes.py

package info (click to toggle)
jinja2 3.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,420 kB
  • sloc: python: 14,694; makefile: 24; sh: 7
file content (3 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (3)
1
2
3
def test_template_hash(env):
    template = env.parse("hash test")
    hash(template)