Skip to content

Commit

Permalink
Update expected test results after merge from #1205
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmith-hs committed Dec 13, 2024
1 parent 0261709 commit 19cfb8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/test/resources/eager/defers-caller/test.expected.jinja
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{% for __ignored__ in [0] %}\
Jack says:
{% for __ignored__ in [0] %}\
How do I get a {{ deferred }}\
?{% endfor %}
?{% endfor %}\
{% endfor %}
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ Hello {{ myname }}\
{% endfor %}
{% set from_bar = bar %}\
{% enddo %}\
from_foo: Hello {{ myname }}
from_foo: {% for __ignored__ in [0] %}\
Hello {{ myname }}\
{% endfor %}
from_bar: {{ from_bar }}

0 comments on commit 19cfb8a

Please sign in to comment.