Skip to content

Commit

Permalink
These whitespace changes seem to be necessary now
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Jun 21, 2024
1 parent 479fc24 commit b6e90e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Tags/CacheTagTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public function it_restores_section_contents_after()
{{ yield:header }}
{{ cache }}
{{ section:header }}The Header{{ /section:header }}
{{ section:header }}The Header{{ /section:header }}
Cached content.
{{ /cache }}
Expand Down Expand Up @@ -206,7 +206,7 @@ public function it_restores_stack_contents_after()
{{ stack:test }}{{ value }}{{ /stack:test }}
{{ cache }}
{{ push:test }}Hello{{ /push:test }}{{ push:test }}, universe.{{ /push:test }}
{{ push:test }}Hello{{ /push:test }}{{ push:test }}, universe.{{ /push:test }}
Cached content.
{{ /cache }}
Expand Down

0 comments on commit b6e90e8

Please sign in to comment.