Added test covering last issue.
This commit is contained in:
@@ -370,4 +370,7 @@ TEST(PDDLParserTests, CheckIssues)
|
||||
{
|
||||
// Check white space issues with constants and parsing unsupported sections
|
||||
ASSERT_NO_THROW(Description::fromFile("data/issues/issue-1.pddl"));
|
||||
|
||||
// Check white space issues with empty n-ary predicates
|
||||
ASSERT_NO_THROW(Description::fromFile("data/issues/issue-2.pddl"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user