| Petr Michalec | 7904774 | 2018-05-09 22:04:27 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - second | ||||
| 3 | |||||
| 4 | parameters: | ||||
| 5 | _param: | ||||
| 6 | notfound: exist | ||||
| 7 | myparam: ${_param:some} | ||||
| 8 | will: | ||||
| 9 | not: | ||||
| 10 | fail: | ||||
| 11 | at: | ||||
| 12 | tree: ${_param:notfound} | ||||
| Petr Michalec | 294cc43 | 2018-07-23 07:04:31 +0200 | [diff] [blame] | 13 | 1: |
| 14 | an_numeric_key: true | ||||
| 15 | as_a_dict: 1 | ||||
| 16 | 2: | ||||
| 17 | - as_a_list | ||||
| 18 | 3: value | ||||
| Petr Michalec | 7904774 | 2018-05-09 22:04:27 +0200 | [diff] [blame] | 19 | three: ${two} |
| 20 | empty: | ||||
| 21 | list: [] | ||||
| 22 | dict: {} | ||||
| 23 | ~list_to_override: ${empty:list} | ||||
| 24 | ~dict_to_override: ${empty:dict} | ||||