This repository has been archived on 2023-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
plasp/tests/data
Patrick Lühne 010e7bf41e
Requiring goal to contain only one statement.
Previously, the parser read the first statement of the goal as its
precondition, but didn’t check that it was properly terminated with a
closing parenthesis. This allowed arbitrary text to be included within
the goal description without error, which was incorrect.

This commit fixes this issue and adds a corresponding unit test.
2017-11-15 15:52:10 +01:00
..
issues Requiring goal to contain only one statement. 2017-11-15 15:52:10 +01:00
pddl-instances@aa3397d18b Updated PDDL instance repository. 2017-06-19 15:55:58 +02:00
pddl-syntax Added many PDDL syntax error tests. 2016-06-09 15:19:01 +02:00
test-cases Removed unwanted test case. 2017-06-24 20:11:12 +02:00
blocksworld-domain.pddl Replaced tabs with spaces in test file to get more accurate parser positions in errors. 2016-06-02 16:28:26 +02:00
blocksworld-problem.pddl Started testing PDDL problem parsing for a Blocks World problem. 2016-06-08 13:52:36 +02:00
blocksworld.sas Added test for removal of trailing parantheses with 0-ary predicates. 2016-05-23 00:47:30 +02:00
cavediving.sas Added test covering SAS feature requirements. 2016-05-24 02:03:13 +02:00
freecell.sas Parsing <none of those> values in SAS files. 2016-05-23 01:27:28 +02:00
philosophers.sas Added tests for SAS parser. 2016-05-20 18:46:37 +02:00
storage-domain.pddl Implemented predicate parsing and refactored context storage. 2016-06-01 14:11:13 +02:00
storage-problem.pddl Started testing PDDL problem parsing for a Storage problem. 2016-06-08 13:57:01 +02:00
woodworking-domain.pddl Implemented parsing of PDDL constants. 2016-06-01 16:47:34 +02:00