File: test_nodes.py

package info (click to toggle)
jinja2 3.1.2-1%2Bdeb12u3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,880 kB
  • sloc: python: 14,432; makefile: 27; sh: 7
file content (3 lines) | stat: -rw-r--r-- 86 bytes parent folder | download | duplicates (2)
1
2
3
def test_template_hash(env):
    template = env.parse("hash test")
    hash(template)