Commit 6260635c by Victor Lin Committed by James Cammarata

add new test case

parent fe88ba7c
...@@ -192,6 +192,7 @@ ...@@ -192,6 +192,7 @@
default_omitted="{{ not_exists|default(omit) }}" default_omitted="{{ not_exists|default(omit) }}"
should_not_omit_1="prefix{{ omit }}" should_not_omit_1="prefix{{ omit }}"
should_not_omit_2="{{ omit }}suffix" should_not_omit_2="{{ omit }}suffix"
should_not_omit_3="__omit_place_holder__afb6b9bc3d20bfeaa00a1b23a5930f89"
- assert: - assert:
that: that:
...@@ -200,4 +201,4 @@ ...@@ -200,4 +201,4 @@
- default_omitted is undefined - default_omitted is undefined
- should_not_omit_1 == "prefix{{ omit }}" - should_not_omit_1 == "prefix{{ omit }}"
- should_not_omit_2 == "{{ omit }}suffix" - should_not_omit_2 == "{{ omit }}suffix"
- should_not_omit_3 == "__omit_place_holder__afb6b9bc3d20bfeaa00a1b23a5930f89"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment