Example test: ```rust assert_template_result!( " 0 1 2 3 ", "{% for item in (a..3) %} {{item}} {% endfor %}", v!({"a": "invalid integer"}), ); ```