Sha256: 3732e357feb80032020f8de2638ee78bf803079460852c470e1cafdeb802116d

Contents?: true

Size: 147 Bytes

Versions: 7

Compression:

Stored size: 147 Bytes

Contents

project "Adopted Tasks" 2011-03-05 +1m

task t1 "T1" {
  task t2 "T2"
}
# MARK: error 7 adopt_duplicate_parent
task t3 "T3" {
  adopt t1, t1.t2
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
taskjuggler-3.0.0 test/TestSuite/Syntax/Errors/adopt_duplicate_parent.tjp
taskjuggler-0.2.2 test/TestSuite/Syntax/Errors/adopt_duplicate_parent.tjp
taskjuggler-0.2.1 test/TestSuite/Syntax/Errors/adopt_duplicate_parent.tjp
taskjuggler-0.2.0 test/TestSuite/Syntax/Errors/adopt_duplicate_parent.tjp
taskjuggler-0.1.1 test/TestSuite/Syntax/Errors/adopt_duplicate_parent.tjp
taskjuggler-0.1.0 test/TestSuite/Syntax/Errors/adopt_duplicate_parent.tjp
taskjuggler-0.0.11 test/TestSuite/Syntax/Errors/adopt_duplicate_parent.tjp