e8cfe05e37
We introduced the new loop keyword as a replacement for with without adding tests that it behaved as we expected. This test asserts that behaviour. Incidentally, it also shows how to use parameters with lookups and loops now.
7 lines
91 B
YAML
7 lines
91 B
YAML
---
|
|
phrases:
|
|
- 'Hello World'
|
|
- 'Olá Mundo'
|
|
filenames:
|
|
- 'data1.txt'
|
|
- 'data2.txt'
|