mirror of
https://github.com/apple/pkl.git
synced 2026-04-24 01:08:34 +02:00
taxonomy nesting fix
This commit is contained in:
committed by
Scott Henson
parent
ba52ac73da
commit
58e7cc188a
@@ -220,7 +220,7 @@ import "pigeon.pkl" // <1>
|
|||||||
parrot = (pigeon) {
|
parrot = (pigeon) {
|
||||||
name = "Great green macaw"
|
name = "Great green macaw"
|
||||||
diet = "Berries"
|
diet = "Berries"
|
||||||
species {
|
taxonomy {
|
||||||
species = "Ara ambiguus"
|
species = "Ara ambiguus"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user