Skip to content

Commit

Permalink
include was not involved
Browse files Browse the repository at this point in the history
  • Loading branch information
k2tzumi committed Oct 28, 2023
1 parent 79bc527 commit 2e69348
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions testdata/book/include_loop.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
desc: Test include loop
desc: Test include loop(include was not involved.)
vars:
lists:
- 1
- 2
- 3
int: 1
steps:
include_loop:
loop: len(vars.lists)
include_not_loop:
include:
path: include_str_int.yml
vars:
a: '010000000{{ i }}'
b: '1601{{ i }}'
a: '010000000{{ vars.int }}'
b: '1601{{ vars.int }}'

0 comments on commit 2e69348

Please sign in to comment.