v2 / vlib / v / parser / tests / tmpl_recursion.vv
3 lines · 3 sloc · 80 bytes · be1bb60110fa6359a792986e46549ed15c15c2b0
Raw
1fn test_tmpl_catch_recursion() {
2 recurse := $tmpl('tmpl/recursive_fail.html')
3}