Skip to content

Commit 4e8fef2

Browse files
author
Matt Coley
committed
Change name of test
1 parent 34fbe0f commit 4e8fef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/hubspot/jinjava/tree/ExpressionNodeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void itAvoidsInfiniteRecursionWhenVarsContainBraceBlocks() throws Excepti
7373
}
7474

7575
@Test
76-
public void itAllowsRecursionForTagExpressions() throws Exception {
76+
public void itAllowsNestedTagExpressions() throws Exception {
7777
context.put("myvar", "{% if true %}{{ place }}{% endif %}");
7878
context.put("place", "{% if true %}Hello{% endif %}");
7979

0 commit comments

Comments
 (0)