Skip to content

Commit c2f228f

Browse files
committed
Add col_name alias to else state too (#437)
1 parent 09ec443 commit c2f228f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/tests/jinja_helpers/test_slugify.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
select 1 as col_name {{ limit_zero() }}
44
{% else %}
55
{# Return >0 rows for the test to fail #}
6-
select 1
6+
select 1 as col_name
77
{% endif %}

0 commit comments

Comments
 (0)