xref: /aosp_15_r20/external/snakeyaml/src/test/resources/template/mybean1.vm (revision ac2a7c1bf4e14d82f3bd566dcc2d76d5b42faf34)
1%YAML 1.1
2---
3#Welcome to my Beans !!!
4id: $bean.id # the ID must be first
5point: [$bean.point.x, $bean.point.y]
6#collection are at the end
7list: $list
8#foreach( $item in $bean.empty )
9  - $item
10#end
11#empty collection is not emitted
12
13