File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/test/java/dev/ebullient/convert/tools/dnd5e Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -339,9 +339,6 @@ public void testMonsterYamlHeader(Path outputPath) {
339
339
break ;
340
340
} else {
341
341
frontmatter .add (l );
342
- if (l .contains ("*" )) {
343
- errors .add (String .format ("Found '*' in %s: %s" , p , l ));
344
- }
345
342
TestUtils .commonTests (p , l , errors );
346
343
}
347
344
}
@@ -397,9 +394,6 @@ public void testMonsterYamlBody(Path outputPath) {
397
394
yaml = false ; // end yaml block
398
395
} else if (yaml ) {
399
396
statblock .add (l );
400
- // if (l.contains("*")) {
401
- // errors.add(String.format("Found '*' in %s: %s", p, l));
402
- // }
403
397
if (l .contains ("\" desc\" : \" \" " )) {
404
398
errors .add (String .format ("Found empty description in %s: %s" , p , l ));
405
399
}
You can’t perform that action at this time.
0 commit comments