Test behaviour of loop keyword plus lookup plugins

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.
This commit is contained in:
Toshio Kuratomi 2018-01-30 14:46:14 -08:00
commit e8cfe05e37
4 changed files with 137 additions and 0 deletions

View file

@ -0,0 +1,7 @@
---
phrases:
- 'Hello World'
- 'Olá Mundo'
filenames:
- 'data1.txt'
- 'data2.txt'