We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34fbe0f commit 4e8fef2Copy full SHA for 4e8fef2
src/test/java/com/hubspot/jinjava/tree/ExpressionNodeTest.java
@@ -73,7 +73,7 @@ public void itAvoidsInfiniteRecursionWhenVarsContainBraceBlocks() throws Excepti
73
}
74
75
@Test
76
- public void itAllowsRecursionForTagExpressions() throws Exception {
+ public void itAllowsNestedTagExpressions() throws Exception {
77
context.put("myvar", "{% if true %}{{ place }}{% endif %}");
78
context.put("place", "{% if true %}Hello{% endif %}");
79
0 commit comments