Skip to content

Commit adee926

Browse files
lukeraymonddowningtaylorotwell
authored andcommitted
Adds a few more test cases
1 parent e3835be commit adee926

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/View/Blade/BladeEchoHandlerTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ public function handlerLogicDataProvider()
7474
return [
7575
['{{$exampleObject}}'],
7676
['{{$exampleObject;}}'],
77+
['{{{$exampleObject;}}}'],
78+
['{!!$exampleObject;!!}'],
7779
];
7880
}
7981

0 commit comments

Comments
 (0)