Skip to content

Commit 8aa7888

Browse files
committed
test: fix for last Latte
1 parent 86a2866 commit 8aa7888

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

tests/Bridges.Latte/UIMacros.link.2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ EOD
115115
116116
<a n:href="default!#hash 10, 20"></a>
117117
EOD
118-
, $params), ['&#039;' => "'"]));
118+
, $params), ['&#039;' => "'", '&apos;' => "'"]));

tests/Bridges.Latte/expected/UIMacros.isLinkCurrent.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
<a href="%A%"%A%>href after n:class</a>
88

99
<?php
10-
if ($this->global->uiPresenter->getLastCreatedRequestFlag("current")) {
10+
if ($this->global->uiPresenter->getLastCreatedRequestFlag(%c%current%c%)) {
1111
?>empty<?php
1212
}
1313
?>
1414

1515

1616
<?php
17-
if ($this->global->uiPresenter->isLinkCurrent("default")) {
17+
if ($this->global->uiPresenter->isLinkCurrent(%c%default%c%)) {
1818
?>default<?php
1919
}
2020
%A%

0 commit comments

Comments
 (0)