Whitespace tweaks.
This commit is contained in:
@@ -90,12 +90,12 @@ public class SpecTest {
|
||||
|
||||
@Parameters(name = "{1}")
|
||||
public static Collection<Object[]> data () {
|
||||
String[] groups = new String[] { //
|
||||
"comments", //
|
||||
"delimiters", //
|
||||
"interpolation", //
|
||||
"inverted", //
|
||||
"sections", //
|
||||
String[] groups = new String[] {
|
||||
"comments",
|
||||
"delimiters",
|
||||
"interpolation",
|
||||
"inverted",
|
||||
"sections",
|
||||
"partials"
|
||||
};
|
||||
List<Object[]> tuples = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user