Commit Graph

11 Commits

Author SHA1 Message Date
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
6b1d079f69
Enabled test cases again by removing unsupported features from test files. 2017-06-24 21:49:13 +02:00
12e55da662
Allowing “at” as a predicate name even though it is an expression identifier. 2017-06-21 23:00:07 +02:00
08c55adfbd
Added test case covering missing variable names. 2017-06-21 16:55:56 +02:00
230844c3ae
Fixed whitespace issue in typing sections and added test cases. 2017-06-19 00:18:02 +02:00
b4f7e4f102 Added test case covering unexpected whitespaces in SAS file. 2016-08-30 18:48:24 +02:00
91019f52aa Fixed issue with unsupported expression negations. 2016-08-16 18:58:30 +02:00
da85e5dd9b Checking whether variables have types before accessing them in the PDDL translator. 2016-06-13 16:37:35 +02:00
be09230410 Added test for PDDL comment parsing. 2016-06-10 16:50:08 +02:00
15061f75a9 Added test covering last issue. 2016-06-09 18:48:16 +02:00
23170e170a Added test covering last two issues. 2016-06-09 18:32:55 +02:00