mirror of
https://github.com/apple/pkl.git
synced 2026-05-17 04:17:07 +02:00
Merge pull request #57 from shenson/merge-back-to-main
`taxonomy` nesting fix
This commit is contained in:
@@ -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