Fixed whitespace issue in typing sections and added test cases.
This commit is contained in:
8
tests/data/issues/issue-7.pddl
Normal file
8
tests/data/issues/issue-7.pddl
Normal file
@@ -0,0 +1,8 @@
|
||||
(define
|
||||
(domain mystery-typed)
|
||||
(:requirements :typing)
|
||||
(:types
|
||||
foo - object
|
||||
bar - (either foo foo)
|
||||
)
|
||||
)
|
9
tests/data/issues/issue-8.pddl
Normal file
9
tests/data/issues/issue-8.pddl
Normal file
@@ -0,0 +1,9 @@
|
||||
(define (domain miconic)
|
||||
(:requirements :typing)
|
||||
(:types
|
||||
object
|
||||
passenger - object
|
||||
floor - object
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user