Skip to content

Commit

Permalink
Fix build against latest Latte
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Dec 29, 2022
1 parent 2446ee9 commit aac8265
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/Bridges/fixtures/tags.custom-mode.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
%a%ob_start%a%
%A%
%a%Texy Block%a%
%s%echo $tag%a%
%s%echo %a?%$tag%a%
%A%
%s%echo%a%($this->global->texy)(%a%, ...['texy', 'custom'])%a%
%A%
%a%ob_start%a%
%A%
%a%Texy Line%a%
%s%echo $tag%a%
%s%echo %a?%$tag%a%
%A%
%s%echo%a%($this->global->texy)(%a%, ...['texyLine', 'custom'])%a%
%A%
4 changes: 2 additions & 2 deletions tests/Bridges/fixtures/tags.default-mode.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
%a%ob_start%a%
%A%
%a%Texy Block%a%
%s%echo $tag%a%
%s%echo %a?%$tag%a%
%A%
%s%echo%a%($this->global->texy)(%a%, ...['texy'])%a%
%A%
%a%ob_start%a%
%A%
%a%Texy Line%a%
%s%echo $tag%a%
%s%echo %a?%$tag%a%
%A%
%s%echo%a%($this->global->texy)(%a%, ...['texyLine'])%a%
%A%

0 comments on commit aac8265

Please sign in to comment.