Skip to content

Commit

Permalink
Format SetSectionTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitbadve authored Oct 10, 2024
1 parent e8f5609 commit b7d96d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void testLiterals() {
"{#let foo=1 bar='qute' baz=name.or('Andy') alpha=name.ifTruthy('true').or('false')}"
+ "{#for i in foo}{i_count}{/for}::{bar.length}::{baz}::{alpha}"
+ "{/let}")
.instance().renderAsync().thenAccept(actual -> assertEquals("1::4::Andy::false", actual));
.instance().renderAsync().thenAccept(actual -> assertEquals("1::4::Andy::false", actual));
}

@Test
Expand Down

0 comments on commit b7d96d2

Please sign in to comment.