patrick
/
plasp
Archived
1
0
Fork 0
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/issues
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
..
issue-1.pddl Enabled test cases again by removing unsupported features from test files. 2017-06-24 21:49:13 +02:00
issue-2.pddl Enabled test cases again by removing unsupported features from test files. 2017-06-24 21:49:13 +02:00
issue-3.pddl Enabled test cases again by removing unsupported features from test files. 2017-06-24 21:49:13 +02:00
issue-4.pddl Checking whether variables have types before accessing them in the PDDL translator. 2016-06-13 16:37:35 +02:00
issue-5.pddl Fixed issue with unsupported expression negations. 2016-08-16 18:58:30 +02:00
issue-6.sas Added test case covering unexpected whitespaces in SAS file. 2016-08-30 18:48:24 +02:00
issue-7.pddl Fixed whitespace issue in typing sections and added test cases. 2017-06-19 00:18:02 +02:00
issue-8.pddl Fixed whitespace issue in typing sections and added test cases. 2017-06-19 00:18:02 +02:00
issue-9.pddl Added test case covering missing variable names. 2017-06-21 16:55:56 +02:00
issue-10.pddl Allowing “at” as a predicate name even though it is an expression identifier. 2017-06-21 23:00:07 +02:00
issue-11.pddl Requiring goal to contain only one statement. 2017-11-15 15:52:10 +01:00