Added test for PDDL comment parsing.

This commit is contained in:
2016-06-10 16:50:08 +02:00
parent 20b40d3e1c
commit be09230410
2 changed files with 576 additions and 0 deletions

View File

@@ -400,4 +400,7 @@ TEST(PDDLParserTests, CheckIssues)
// Check white space issues with empty n-ary predicates
ASSERT_NO_THROW(Description::fromFile("data/issues/issue-2.pddl"));
// Check that comments are correctly ignored
ASSERT_NO_THROW(Description::fromFile("data/issues/issue-3.pddl"));
}