Added test covering last issue.

This commit is contained in:
2016-06-09 18:48:16 +02:00
parent d138e869fc
commit 15061f75a9
2 changed files with 54 additions and 0 deletions

View File

@@ -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"));
}