mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
add new test case
This commit is contained in:
parent
fe88ba7c8d
commit
6260635c65
1 changed files with 2 additions and 1 deletions
|
@ -192,6 +192,7 @@
|
|||
default_omitted="{{ not_exists|default(omit) }}"
|
||||
should_not_omit_1="prefix{{ omit }}"
|
||||
should_not_omit_2="{{ omit }}suffix"
|
||||
should_not_omit_3="__omit_place_holder__afb6b9bc3d20bfeaa00a1b23a5930f89"
|
||||
|
||||
- assert:
|
||||
that:
|
||||
|
@ -200,4 +201,4 @@
|
|||
- default_omitted is undefined
|
||||
- should_not_omit_1 == "prefix{{ omit }}"
|
||||
- should_not_omit_2 == "{{ omit }}suffix"
|
||||
|
||||
- should_not_omit_3 == "__omit_place_holder__afb6b9bc3d20bfeaa00a1b23a5930f89"
|
||||
|
|
Loading…
Reference in a new issue